Search found 4 matches

by Ceruleancerise
02 Dec 2018, 22:33
Forum: Gaming Scripts (v1)
Topic: Minecraft: Simple 2x4 Miner [Block Recognition]
Replies: 1
Views: 4866

Minecraft: Simple 2x4 Miner [Block Recognition]

Hi, this is a small project I worked on about a year ago but never finished, I am by no means an expert AHK scripter and the approach used by this script is very hacky/highlevel i hope this can be referenced for anybody looking to do something similar in the future? Requirements: Minecraft Forge, wi...
by Ceruleancerise
02 Dec 2018, 22:12
Forum: Tutorials (v1)
Topic: Using Selenium with AutoHotkey- Cross browser automation!
Replies: 172
Views: 170533

Re: Using Selenium with AutoHotkey- Cross browser automation!

Code: Select all

#SingleInstance, Force
Del::

driver := ComObjCreate("Selenium.ChromeDriver")           ; Start with Chrome
driver.Get("http://duckduckgo.com/")                      ; Navigate to a webpage

MsgBox here
return
same result :/
by Ceruleancerise
02 Dec 2018, 14:35
Forum: Tutorials (v1)
Topic: Using Selenium with AutoHotkey- Cross browser automation!
Replies: 172
Views: 170533

Re: Using Selenium with AutoHotkey- Cross browser automation!

Hi, I've been following along with Joe Glines' tutorial and have installed SeleniumBasic and chromedriver under Joe's direction and have them under /Program Files/. However, when I try to run a test script to launch chrome (See: https://p.ahkscript.org/?p=c9351c88) I get an error on line 4 that stat...

Go to advanced search