Forum Discussion
FelipeM
1 year agoNew Member
Installing webdriver for selenium
Has anyone successfully installed a WebDriver in the Fabric environment? I attempted to place the WebDriver binaries in a Data Lake, but it didn’t work. I need to use Selenium to handle authentic...
spencer_sa
1 year agoImpactful Individual
Looks like the webdriver that gets installed when you use webdriver.Chrome(options=options)
is missing some dependencies - specifically libnss3.so, libnssutil3.so, and libnspr4.so - that aren't installed in the native notebook OS of CBL-Mariner/Azure Linux.
Next steps (beyond contacting the Synapse team) might include trying to get those libraries/library files installed. The package manager is tdnf, rather than apt.
[Edit - same dependency issue if you pip install chromedriver-py too]
(results of ldd <chromedriver path> below)
Next steps (beyond contacting the Synapse team) might include trying to get those libraries/library files installed. The package manager is tdnf, rather than apt.
[Edit - same dependency issue if you pip install chromedriver-py too]
(results of ldd <chromedriver path> below)