0 votes
in Selenium by
What is an alternative option to driver.get() method to open an URL in Selenium Web Driver?

1 Answer

0 votes
by

driver.navigate() can be used instead. It is used for navigating forwards and backwards in a browser.

...