Tell me how can you handle network latency using selenium?
Answer / akhi
https://www.tutorialspoint.com/selenium/selenium_synchronization.htm
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the purpose of creating a reference variable- 'driver' of type webdriver instead of directly creating a firefoxdriver object or any other driver's reference in the statement webdriver driver = new firefoxdriver();?
How to delete cookies in selenium?
How would you test your element locator?
What is Dynamic xpath in selenium ?
Explain how you can handle frames using selenium 2.0?
List some scenarios which we cannot automate using selenium webdriver?
Tell me how can you handle network latency using selenium?
Explain what are the limitations of selenium ide?
Write a code snippet to launch chrome browser in webdriver.
How can we deal with web-based pop-up?
How you can switch between frames?
How to send alt/shift/control key in selenium webdriver?