Hi robot-framework users,
Good day. I'd wish to ask for your assistance regarding this error.
I tried running my robot-framework scripts using Jenkins to a virtual machine then I stumbled upon this error upon opening my web browser.
WebDriverException: Message: unknown error: cannot find Chrome binary
(Driver info: chromedriver=74.0.3729.6 (255758eccf3d244491b8a1317aa76e1ce10d57e9-refs/branch-heads/3729@{#29}),platform=Windows NT 10.0.14393 x86_64)
It seems like Jenkins is running it in headless mode but my browser is not set in headless mode.
This is the python method for launching browser:
def mx_create_chrome_webdriver_and_enable_download_directory(self, browsername, download_dir, headless_mode='No')
When I'm running this script in my local, everything works fine. By the way, I'm using red.xml and Eclipse IDE.
Thank you in advance!
Regards,
Ritz Ragel