Doubt About Compilation Selenium AHK Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
snowmind
Posts: 124
Joined: 12 Nov 2015, 15:18

Doubt About Compilation Selenium AHK

01 Oct 2019, 08:19

Hi Guys

I wrote a simple script to open a website using selenium. On my machine works perfect.

Code: Select all

#SingleInstance, Force
driver:= ComObjCreate("Selenium.CHROMEDriver") ;Chrome driver
driver.Get("https://www.bbc.com/")
Pause
When I compile and send someone to run the EXE file, they get the error:
ERROR 0x800401F3 - ComObjCreate("Selenium.ChromeDriver")

Has anyone had this problem?
User avatar
boiler
Posts: 17404
Joined: 21 Dec 2014, 02:44

Re: Doubt About Compilation Selenium AHK  Topic is solved

01 Oct 2019, 08:27

Have they installed Selenium on their machine?
snowmind
Posts: 124
Joined: 12 Nov 2015, 15:18

Re: Doubt About Compilation Selenium AHK

01 Oct 2019, 10:06

boiler wrote:
01 Oct 2019, 08:27
Have they installed Selenium on their machine?
Oh no, this is what I feared :o
I'll then have to send the Selenium installer to each user who will use my script :crazy:

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Chunjee, Lpanatt, pond_pop and 323 guests