adspace


What is the alternative to driver.get() method to open an url using selenium webdriver?

Answer Posted / Rinki

The alternative to the driver.get() method for opening a URL in Selenium WebDriver is the Chrome.Navigate().GoToUrl(url) method if you are using C#, or the FirefoxProfile().SetStartPage(url) and driver.Get(By.Url(url)) methods if you are using Python.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What’s selenese?

920


what will be the first salary and what will be the hike in the salary?

929


How can you fetch an attribute from an element? How to retrieve typed text from a textbox?

1197


Do you know how to locate a link using its text in selenium?

985


Have you created any framework?

1038