1 Answer

0 votes
by
To switch between frames webdrivers [ driver.switchTo().frame() ] method takes one of the three possible arguments

A number:  It selects the number by its (zero-based) index

A number or ID: Select a frame by its name or ID

Previously found WebElement: Using its previously located WebElement select a frame

Related questions

0 votes
asked Aug 19, 2019 in Selenium by rahulsharma
0 votes
asked Aug 19, 2019 in Selenium by rahulsharma
...