On AWS EC2 linux
With selenium from docker selenium/standalone-firefox:3.141.59
And geckodriver geckodriver-v0.26.0-linux64.tar.gz
I am unable to use makeFirefoxProfile() on this machine.
Error messages:
sh: : command not found
Error in file(tmpfile, "rb") : cannot open the connection
Calls: makeFirefoxProfile -> file
In addition: Warning message:
In file(tmpfile, "rb") :
cannot open file '/tmp/RtmpUDdMKw/file72de10932e85.zip': No such file or directory
Execution halted
Tests performed to isolate the problem:
On this same linux machine I can successfully operate a remote firefox webdriver without using makeFirefoxProfile().
On macOS I can successfully use makeFirefoxProfile().
There is something about the combination of the AWS linux machine and that makeFirefoxProfile() function that fails.
Problems with makeFirefoxProfile()
On AWS EC2 linux With selenium from docker selenium/standalone-firefox:3.141.59 And geckodriver geckodriver-v0.26.0-linux64.tar.gz
I am unable to use makeFirefoxProfile() on this machine.
Error messages:
Tests performed to isolate the problem:
There is something about the combination of the AWS linux machine and that makeFirefoxProfile() function that fails.