Can we test apis or web services using selenium webdriver?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Selenium Interview Questions

How a text written in a text field could be cleared?

0 Answers  


What is the difference between driver.getwindowhandle() and driver.getwindowhandles() in selenium?

0 Answers  


What are the significant changes/upgrades in various selenium versions?

0 Answers  


What is selenium webdriver?

1 Answers  


What are driver.close and driver.quit in WebDriver? Which is more preferable?

0 Answers  






@timeouts ||= Timeouts.new(@bridge) what does it mean?

0 Answers  


How to handle alerts in selenium?

0 Answers  


What is the use of driver.get("url") and driver.navigate().to("url") command? Is there any difference between the two?

0 Answers  


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();?

0 Answers  


What is the difference between page object model (pom) and page factory?

0 Answers  


How to export the tests from selenium ide to selenium rc in different languages?

0 Answers  


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?

0 Answers  


Categories