gemini-testing / testplane

Testplane (ex-hermione) browser test runner based on mocha and wdio
https://testplane.io
MIT License
713 stars 62 forks source link

fix: correctly disable animations in iframes for ios #813

Closed DudaGod closed 10 months ago

DudaGod commented 11 months ago

What is done

Method switchToParentFrame is not supported in ios, so I used switchToFrame(null) which does the same thing.