What is the difference between driver.window_handles and driver window_handles (without the dot)?
Respuestas de entrevistas
Anónimo
20 dic 2019
I didn't answer.
Anónimo
11 feb 2020
driver.getWindowHandle() returns the current window handle( in string)
driver.getWindowHandles() returns the all opened window handles as (set or list) of Strings