Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what are the Dynamic elements in web Application?

Answers were Sorted based on User's Feedback



what are the Dynamic elements in web Application?..

Answer / raam

the elements whose identifiers are non static which may change within time..dynamically generates its identifiers.

it is used for buttons,text etc..

Is This Answer Correct ?    18 Yes 0 No

what are the Dynamic elements in web Application?..

Answer / sehgalkhyati@gmail.com

Use these methods
Relative XPath with Starting Text
XPath: //button[starts-with(@id, 'tag-')]
Relative XPath with Text Contains
XPath: //input[contains(@class, '-test-')].
Element with Index
driver.findElements(By.xpath(“//*button”)).get(0).click();

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More Selenium Interview Questions

What are the challenges in handling ajax call in selenium webdriver?

0 Answers  


How can we move to a particular frame in selenium?

0 Answers  


In selenium ide how you can generate random numbers and dates for test data?

1 Answers  


Can we edit recorded selenium ide test cases?

0 Answers  


Explain how you can debug the tests in selenium ide?

0 Answers  


What are the different Exceptions in selenium?

0 Answers  


How to perform right click using webdriver?

0 Answers  


What is the command to connect a node to the selenium grid?

0 Answers  


What are the main advantages of automation testing?

0 Answers  


How to click on a hyperlink using selenium webdriver?

0 Answers  


How can we check if an element is getting displayed on a web page?

0 Answers  


Name the different types of waits in webdriver.

0 Answers  


Categories