Closed davewood closed 4 years ago
That is strange. Git grep in the repo returns nothing, and the line upon which we fail here suggests this is coming from the upstream driver. Not sure I can do anything about this.
this might be related.
I upgraded geckodriver from 0.24 to 0.26 and rebuilt all perl modules
firefox-esr/stable,now 68.6.1esr-1~deb10u1
I can start firefox, but if i run the perl script I still get the same error.
I dont know If im supposed to pass headless=true to firefox options somehow.
if i completely remove the docker image and rebuild it from scratch it works again.
I am closing this issue since it doesnt appear to be caused by Selenium::Remote::Driver.
thank you for the quick feedback.
It worked once but now that I exited the container and restarted it it throws this error:
Could not create new session: invalid argument: can't kill an exited process at game.pl line 156.
156: my $driver = Selenium::Firefox->new(auto_close => 1);
this perl script is running inside a docker container.