Closed Stringer26 closed 4 years ago
A work-around is to do
$driver->switch_to_frame($driver->find_element_by_id(..string..))
This works fine but the documentation for switch_to_frame still needs fixing.
So, we should note that chrome as usual breaks the standard? They do that at random every other build.
On a recent chrome (80.0.3987.149) and perl v5.30.2 the command $driver->switch_to_frame(..string..) now gives an error:
On another computer with an older version of perl v5.16.3 and chrome (80.0.3987.122) everything is fine.