This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 331
How to pass -enablePassThrough option to firefox #214
Labels
Comments
HI @gerhat, The images are using Selenium 3.9.0 and in this version Selenium disabled the flag. So 3.8.1 was the last version where this was supported. I read that this was done because people were not reporting bugs related to new versions of Firefox. |
Thanks for your answer @diemol Since it is a firefox binding issue (php-webdriver/php-webdriver#523) I managed to make it work using 3.8.1-p13 with the following setup:
|
That's great! |
I have found an issue in combination with zalenium and added a comment there: |
hi gerghat, could you please provide the complete docker compose file |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello!
I am suddenly getting
Session [(null externalkey)]
error in firefox tests with codeception.Same issue as here: zalando/zalenium#415
The workaround is supposed to be passing
-enablePassThrough false
in firefox, but I cannot get around it.Can anybody inform me on how to pass this option?
Thanks in advance
The text was updated successfully, but these errors were encountered: