minkphp / webdriver-classic-driver

Mink driver for the W3C WebDriver Classic protocol
MIT License
3 stars 5 forks source link

Allow specify frame index in the "switchToIFrame" driver method #11

Closed aik099 closed 6 months ago

aik099 commented 6 months ago

See https://github.com/minkphp/Mink/issues/866 (PR 4 of 4)

Closes #8 , but must not be merged before other PRs in above mentioned discussion.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (3a116f9) 82.88% compared to head (541f367) 82.88%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #11 +/- ## ========================================= Coverage 82.88% 82.88% - Complexity 191 192 +1 ========================================= Files 1 1 Lines 479 479 ========================================= Hits 397 397 Misses 82 82 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

aik099 commented 6 months ago

Closing as per https://github.com/minkphp/Mink/issues/866#issuecomment-1960368999 .