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 |
How do you get all the values from Drop Down list?
Can we use selenium rc for tests driving on two different browsers on one operating system without selenium grid?
Which web driver implementation is fastest?
How to capture bitmaps in selenium?
Describe a framework. List some of the common automation frameworks.
Can you write the code to double click an element in selenium?
How will you find an element using selenium?
How will u write page object models and data driven model.
Using selenium how can you handle network latency?
Difference between get window handle & get window handles
What test can selenium do?
what is the best Online training website?Good Faculty for Online Training for Selenium