Forums

rpaframework selenium webdriver instance

Hi, I'm trying to automate a task which uses Selenium library from Robocorp but it seems like it's not being able to create an instance of chrome webdriver. I have no idea why it's causing. Do I need to upload chromedriver alongwith the code or its something else?

I'm not familiar with that specific Selenium library, but you may need to pass in some extra command-line parameters when starting Chrome. This help page explains how to use Selenium on its own, so perhaps you could find out how to map those particular options over to the interface of the library you're using.