seleniumbasic with ahk how to search some text exist

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
adrian_9832
Posts: 26
Joined: 23 Dec 2018, 00:40

seleniumbasic with ahk how to search some text exist

29 Oct 2019, 09:25

hi all ,

can someone tell me how to use seleniumbasic on ahk to search some text exist??
like below:


driver := ComObjCreate("Selenium.FirefoxDriver")
driver.Get("https www.google.com.hk /") Broken Link for safety
driver.findElementByName("q").sendKeys("selenium")
sleep, 900
driver.FindElementByName("btnK").Click

if ("selenium") exist {
msgbox , the full text
}


please help
thanks all

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Bing [Bot], peter_ahk and 336 guests