Search found 4 matches

by nik2502
25 Oct 2021, 07:23
Forum: Tutorials (v1)
Topic: Using Selenium with AutoHotkey- Cross browser automation!
Replies: 172
Views: 171300

Re: Using Selenium with AutoHotkey- Cross browser automation!

Hi,

Thanks a lot for all the help with Selenium and AutoHotKey ! :)

Would like to know if its possible to set up Selenium grid too with AHK ?
by nik2502
07 Aug 2020, 04:08
Forum: Ask for Help (v1)
Topic: How to activate specific excel sheet? Topic is solved
Replies: 3
Views: 5230

Re: How to activate specific excel sheet? Topic is solved

HotKeyIt wrote:

Code: Select all

xl:=ComObjActive("Excel.Application")
xl.Sheets("Sheet2").Select
You can simply create a macro in Excel and check the code that is run when you do things ;)
What if the excel file is invisible, How do i select a specific sheet ?
by nik2502
21 Jun 2020, 10:39
Forum: Ask for Help (v1)
Topic: How to search for a text of specific color using selenium and ahk
Replies: 0
Views: 562

How to search for a text of specific color using selenium and ahk

Hi Guys,

Pretty new to ahk and just started using selenium with it. Had searched a lot but still cant find a way to search text of a specific color.

Have heard about javascript func. getCssvalue() but not able to make it work with ahk.

Hope someone can help me out.

Thanks!
by nik2502
15 Jun 2020, 09:07
Forum: Tutorials (v1)
Topic: Excel Tutorials and XL Function library
Replies: 22
Views: 48907

Re: Excel Tutorials and XL Function library

Hi Joe,

Thanks a lot for the all info. and knowledge on automating Excel with AHK. Was wondering if there's a way to add 'Data Validation' to add a custom drop-down list of values in a specific column. Searched a lot for this but couldn't find anything helpful.

Go to advanced search