pyodide / pytest-pyodide

Pytest plugin for testing applications that use Pyodide
Mozilla Public License 2.0
24 stars 14 forks source link

Fix Safari runner initialization in selenium >= 4.20 #135

Closed ryanking13 closed 6 months ago

ryanking13 commented 6 months ago

Resolves #134. There was some breaking changes in DriverFinder class in selenium 4.20

ryanking13 commented 6 months ago

I removed Node 18 from the CI as it seems to fail in jspi tests.