Exactly what it says on the tin. Selenium hangs while trying to interact with the latest version of Firefox. I suspect it has something to do with marionette but that level of depth goes over my head. If anyone knows a workaround or fix, I would appreciate it.
Asked
Active
Viewed 301 times
0
-
Currently rolling back to Firefox 47 from [here](https://support.mozilla.org/en-US/kb/install-older-version-of-firefox). However, leaving this question open in case anyone knows the fix for myself or others. – Xeneficus Aug 29 '16 at 16:46
-
Wrote up an answer providing further instruction based on the ones found there. – Xeneficus Aug 29 '16 at 17:14
1 Answers
-1
Unfortunately, there is no fix for Selenium. Instead, you can use Firefox's Marionette as a replacement.
pip install marionette_client
A guide can be found here for how to use it.
Alternatively, roll back to a previous version of Firefox from here. This can be a security vulnerability, so transferring over to Marionette is preferable.

Xeneficus
- 133
- 1
- 12