Latest geckodriver fails to load an extension on Firefox 60.0
Background
We currently use the geckodriver@3.0.2 version. When trying to update it to the latest version (ATM 3.2.0
), loading an extension fails:
% docker run --shm-size=512m -e TEST_ARGS="--grep firefox.*60.*extension" -it browsers
...
1) Browser: firefox
Version: 60.0
loads an extension:
TimeoutError: /index.html did not open
Wait timed out after 8183ms
Please notice the same test works fine when using geckodriver@3.0.2.
What to do
Investigate why that would happen, maybe starting by spotting which exact version change makes the test fail, investigate those release notes, etc. If possible, fix the issue.