Tell me how can we launch different browsers in selenium webdriver?
Answer / Richa Sharma
Selenium WebDriver supports various browser types such as Chrome, Firefox, Safari, and Internet Explorer. To launch a specific browser, you need to use the appropriate driver class for that browser.n```pythonnfrom selenium import webdrivernndriver = webdriver.Firefox() # for Firefox browsernndriver = webdriver.Chrome() # for Chrome browser
| Is This Answer Correct ? | 0 Yes | 0 No |
How you can convert any selenium ide tests from selenese to another language?
What are the advantages and disadvantages of using selenium as testing tool?
Does the selenium have any limitations?
What is desired capabilities?
What / supported operating system platforms Selenium?
What are the capabilities of selenium webdriver or selenium 2.0?
What are the advantages and disadvantages of selenium ?
How to capture bitmaps in selenium?
what is the difference between keys.enter and keys.return in selenium? i have used both and both performed enter.
1 Answers JPMorgan Chase, Tech Mahindra,
Write the code to right click an element in selenium?
sorting java array
How to validate the dropdown value contains specific value or not?