what are the Dynamic elements in web Application?
Answers were Sorted based on User's Feedback
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 |
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 |
What are some advantages of selenium grid?
Do you know how to locate a link using its text in selenium?
Mention what is the difference between selenium and sikuli?
How to developer selenium test cases?
What is the main difference between the close() and quit() methods?
What is difference between / & //
How to click on a hyper link using linktext?
How to insert a start point in selenium ide?
How much does selenium license cost per client machine?
How selenium grid hub keeps in touch with rc slave machine?
What are core extension?
List some scenarios which we cannot automate using selenium webdriver?