0 votes
in Selenium by
How to switch between windows

a).switchto().window(Integer)

b).switchto().window(string)

c).switchto().window(Array)

d) .switchto().window(array list)

1 Answer

0 votes
by

.switchto().window(string)

...