While injecting capabilities in webdriver to perform tests on a browser which is not supported by a webdriver what is the limitation that one can come across?
No Answer is Posted For this Question
Be the First to Post Answer
What type of tests have you automated?
Explain the line of code webdriver driver = new firefoxdriver()?
How to switch between frames in selenium?
Which webdriver implementation claims to be the fastest?
How can you find if an element displayed on the screen?
Explain how you will login into any site if it is showing any authentication popup for username and password?
How will you use selenium to upload a file?
How to handle browser (chrome) notifications in selenium?
List the different types of drivers available in web drivers.
How to export selenium ide test suite to selenium rc suites?
How to Handle Dynamic alert in selenium web driver ?
What happens if I run this command. Driver.get(“www.softwaretestingmaterial.com”) ;