Search found 90 matches

by adegard
21 Nov 2018, 06:53
Forum: Ask for Help (v1)
Topic: automate web
Replies: 16
Views: 5403

Re: automate web

This topic is old... but I create some functions to simplify IE automantion: https://autohotkey.com/boards/viewtopic ... 27#p249027
Could be usefull for someone
by adegard
21 Nov 2018, 06:53
Forum: Tutorials (v1)
Topic: Using Selenium with AutoHotkey- Cross browser automation!
Replies: 172
Views: 173602

Re: Using Selenium with AutoHotkey- Cross browser automation!

Hi @Joe Glines

Thanks you for all this stuff you give on threads and website...
I create some functions to simplify IE automantion: https://autohotkey.com/boards/viewtopic ... 27#p249027
Could be usefull for someone here
by adegard
21 Nov 2018, 06:50
Forum: Ask for Help (v1)
Topic: IE automation after Windows 10 upgrade Topic is solved
Replies: 7
Views: 2446

Re: IE automation after Windows 10 upgrade Topic is solved

This topic is old... but I create some functions to simplify IE automantion: https://autohotkey.com/boards/viewtopic ... 27#p249027
Could be usefull for someone
by adegard
21 Nov 2018, 06:48
Forum: Scripts and Functions (v1)
Topic: ieCOM.ahk - IE Automation Library
Replies: 8
Views: 6458

Re: ieCOM.ahk - IE Automation Library

This topic is old... I create also functions to simplify IE automantion: https://autohotkey.com/boards/viewtopic ... 27#p249027
by adegard
21 Nov 2018, 06:44
Forum: Scripts and Functions (v1)
Topic: [Editor] Browser Automation Macro Editor (TagIE)
Replies: 80
Views: 25196

Re: [Editor] Browser Automation Macro Editor (TagIE)

Added:
-Browser Automation Macro Editor : fast script creation :dance:
by adegard
20 Nov 2018, 10:52
Forum: Scripts and Functions (v1)
Topic: [Editor] Browser Automation Macro Editor (TagIE)
Replies: 80
Views: 25196

Re: TagIE : IE Automation functions

Added:
-Log file (in the same directory) show automation steps done and time, to control testing execution
-Log windows showing steps during execution
by adegard
19 Nov 2018, 07:07
Forum: Scripts and Functions (v1)
Topic: [Editor] Browser Automation Macro Editor (TagIE)
Replies: 80
Views: 25196

Re: TagIE : IE Automation functions

Added also:
tselect("value", "ele"): SelectDropdown value
tscroll("ele"): Scroll page to element
by adegard
18 Nov 2018, 12:56
Forum: Scripts and Functions (v1)
Topic: [Editor] Browser Automation Macro Editor (TagIE)
Replies: 80
Views: 25196

[Editor] Browser Automation Macro Editor (TagIE)

TagIE_Editor is a "Browser Automation Editor" which contains a collection of the best ressources and functions for Browser Automation and Web-Scraping, inside a simple interface. Useful for "Non-Programming skills" people and also for programmers for quick strategies implementations. FEATURES: -Brow...
by adegard
24 Nov 2017, 08:52
Forum: Ask for Help (v1)
Topic: Feeding arrays in loop Topic is solved
Replies: 2
Views: 539

Re: Feeding arrays in loop Topic is solved

ok, thank you Nextron! it works.
by adegard
24 Nov 2017, 07:23
Forum: Ask for Help (v1)
Topic: Feeding arrays in loop Topic is solved
Replies: 2
Views: 539

Feeding arrays in loop Topic is solved

Hi everybody! I try to feed an array in a loop for but it return me nothing when I launch the code to read it... What's wrong? :shock: Thanks! ; Create an array myArray := [] ; Add values to the array i:=0 while(i<3) { i++ z:=i*3 ;my equation to feed the array myArray.insert(%z%) } Sleep 500 ; Loop ...

Go to advanced search