0 votes
in Selenium by
What is the difference between driver.getWindowHandle() and driver.getWindowHandles() in Selenium WebDriver?

1 Answer

0 votes
by

driver.getWindowHandle() – It returns a handle of the current page (a unique identifier)

driver.getWindowHandles() – It returns a set of handles of the all the pages available.

Related questions

0 votes
asked Aug 22, 2019 in Selenium by john ganales
0 votes
asked Aug 22, 2019 in Selenium by john ganales
...