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
Is there any reason %pip install selenium isn't working? This screenshot is from one of my notebooks.
If you are having issues with the pip repositories, we have managed to load .whl files dynamically from a lakehouse by mounting the lakehouse and loading from there with sys. libraries.
- Sephir1 year agoFrequent Visitor
Selenium is already installed, but a compatible web driver is required to interact with web browser.
spencer_sa are you able to start the driver and perform any operation? thanks for your time!