Using Selenium in AHK to open up a website.

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
andresrodm
Posts: 1
Joined: 06 Apr 2023, 13:24

Using Selenium in AHK to open up a website.

06 Apr 2023, 15:03

Hi everyone,

I'm having trouble executing the following:

Code: Select all

#SingleInstance, Force
; Browser_Forward :: Back
; Browser_Back ::

driver := ComObjCreate("Selenium.ChromeDriver")
driver.Start("chrome","http://duckduckgo.com/")
driver.Get("/")

Return
The website is arbritary, but what I'm currently getting is an empty chrome page with whatever URL i put in there. What am i doing wrong?
Last edited by joedf on 06 Apr 2023, 15:04, edited 1 time in total.
Reason: [code] tags

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Bing [Bot], Google [Bot], niCode and 230 guests