I/O operation on closed file - Firefox #2473
-
Hi all, above is an example of the code that I have shared, Above is working perfectly for Chrome and Safari browsers. but for firefox i am getting below error
I am wondering why this only happens for Firefox. any help on how can I overcome this? also suggest to me how to use different versions of browsers using CLI |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Could be related to SeleniumHQ/selenium#12487 |
Beta Was this translation helpful? Give feedback.
Could be related to SeleniumHQ/selenium#12487
Also could be that you need to use a regular Firefox, instead of a beta one.
If neither of those helped, try using
headless
mode, or a virtual display.