Search found 528 matches

by Sabestian Caine
20 Oct 2023, 08:39
Forum: Ask for Help (v1)
Topic: How to operate upon the control whose information is not shown by window Spy?
Replies: 12
Views: 1665

Re: How to operate upon the control whose information is not shown by window Spy?

This works on AutoHotkey Help (HTML Help) and Internet Explorer. It works on Internet Explorer_Server controls. You could try it on your program as is, without changing the code. That Userid box is not a control but a web element. If you search for things like: getElementById, getElementsByClassNam...
by Sabestian Caine
20 Oct 2023, 02:23
Forum: Tutorials (v1)
Topic: jeeswg's Internet Explorer and HTML tutorial
Replies: 7
Views: 33246

Re: jeeswg's Internet Explorer and HTML tutorial

Dear friends... These days WbGet function is not working to automate internet explorer. Is there any way to automate internet explorer now? please look topic which i started to set values in google search box using WBGet function but it doesn't work- https://www.autohotkey.com/boards/viewtopic.php?f...
by Sabestian Caine
19 Oct 2023, 10:08
Forum: Ask for Help (v1)
Topic: How to set values in Internet Explorer?
Replies: 0
Views: 195

How to set values in Internet Explorer?

I want to set values in this field as shown in the red circle- 18_10_23 @7_18_03.PNG and for this i am trying to use these codes- WinGet, hWnd, ID, A oWB := WBGet("ahk_id " hWnd) oWB.Document.all(157).value:= "Hello World" WBGet(WinTitle="ahk_class IEFrame", Svr#=1) { ;// based on ComObjQuery docs s...
by Sabestian Caine
18 Oct 2023, 08:12
Forum: Ask for Help (v1)
Topic: InnerText is not showing anything while automating Internet Explorer using WBGet function
Replies: 0
Views: 186

InnerText is not showing anything while automating Internet Explorer using WBGet function

I want to see this text in msgbox (as showin in red circle)- 18_10_23 @6_36_20.PNG and for this i am trying to use these codes- WinGet, hWnd, ID, A oWB := WBGet("ahk_id " hWnd) MsgBox % oWB.Document.all(88).innertext WBGet(WinTitle="ahk_class IEFrame", Svr#=1) { ;// based on ComObjQuery docs static ...
by Sabestian Caine
12 Jan 2023, 11:50
Forum: Ask for Help (v1)
Topic: unable to put text in google search bar and click search button in Internet Explorer using WbGet function?
Replies: 0
Views: 247

unable to put text in google search bar and click search button in Internet Explorer using WbGet function?

WinGet, hWnd, ID, A oWB := WBGet("ahk_id " hWnd) oWB.document.all(55).value:= "AutoHotKey" oWB.document.all(60).click() WBGet(WinTitle="ahk_class IEFrame", Svr#=1) { ;// based on ComObjQuery docs static msg := DllCall("RegisterWindowMessage", "str", "WM_HTMl_GETOBJECT") , IID := "{0002DF05-0000-000...
by Sabestian Caine
08 Jan 2023, 12:16
Forum: Ask for Help (v1)
Topic: How to use Regular expression (RegEx) to complete the account no? Topic is solved
Replies: 4
Views: 276

Re: How to use Regular expression (RegEx) to complete the account no? Topic is solved

#Requires AutoHotkey v1.1.33 str := "1012345" str := "1012" MsgBox 64, New, % acct(str) acct(orig) { ; RegExMatch(orig, "(..)(.*)", m) ; Return Format("8899{}{:08}", m1, m2) Return Format("8899{}{:08}", SubStr(orig, 1, 2), SubStr(orig, 3)) } thanks a lot sir....it really solved the problem..... :th...
by Sabestian Caine
08 Jan 2023, 11:55
Forum: Ask for Help (v1)
Topic: How to use Regular expression (RegEx) to complete the account no? Topic is solved
Replies: 4
Views: 276

Re: How to use Regular expression (RegEx) to complete the account no? Topic is solved

#Requires AutoHotkey v1.1.33 str := "1012345" MsgBox 64, New, % acct(str) acct(orig) { Return RegExReplace(orig, "(..)(.*)", "8899$1000$2") } thanks a lot dear mikeyww... sir, one more question i want to ask you regarding this- as i have these account nos- 101234 or 10123 or 1012 or 101 now i want ...
by Sabestian Caine
08 Jan 2023, 11:27
Forum: Ask for Help (v1)
Topic: How to use Regular expression (RegEx) to complete the account no? Topic is solved
Replies: 4
Views: 276

How to use Regular expression (RegEx) to complete the account no? Topic is solved

Suppose I this short account number of the customer- 1012345 Now i want to complete this account no by adding- 8899 at the starting of the above account no and 000 after "10" and before "12345"of the above account no. Namely the full account number of the customer will be- 88991000012345 (14 digit)....
by Sabestian Caine
30 Dec 2022, 08:03
Forum: Scripts and Functions (v1)
Topic: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No IE!
Replies: 668
Views: 453752

Re: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No Selenium!

Gh0sTG0 Dear Gh0sTG0... I am trying to unfriend many friends from my facebook account (as it has gone to thousands of friends) and for this i am trying to use these codes- #Include D:\tests\lib\Chrome\Chrome.ahk ;Remember to put Chrome in your library folder page:= Chrome.GetPageByUrl("facebook", "...
by Sabestian Caine
29 Dec 2022, 09:45
Forum: Off-topic Discussion
Topic: Is it possible to extract a website's all data into excel?
Replies: 0
Views: 1518

Is it possible to extract a website's all data into excel?

Is it possible to extract a website's all data i.e. a particular website's all text, links and other stuff into excel using AHk or any other program????
please tell me or give me any idea about that...
thanks a lot...
by Sabestian Caine
28 Dec 2022, 12:32
Forum: General Discussion
Topic: Is it possible to extract a website's all data into excel?
Replies: 0
Views: 645

Is it possible to extract a website's all data into excel?

Hello friends..
Please tell me...Is it possible to extract a website's all data into excel using AHK or anything else....???
if yes...then how...??
thanks...
by Sabestian Caine
27 Dec 2022, 12:50
Forum: Scripts and Functions (v1)
Topic: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No IE!
Replies: 668
Views: 453752

Re: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No Selenium!

Gh0sTG0 Dear Gh0sTG0... Could you please help me little more... As suppose I want to extract text from this site- https://www.softr.io/blog/tools-to-extract-data-from-website I want to extract the text shown in the red box in the following image- 27_12_22 @11_16_32.PNG When, I do inspect elements t...
by Sabestian Caine
25 Dec 2022, 13:04
Forum: Scripts and Functions (v1)
Topic: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No IE!
Replies: 668
Views: 453752

Re: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No Selenium!

Gh0sTG0 Dear Gh0sTg0.... i wish to know one more thing... That, suppose i want to click on the same link as shown in this image- 25_12_22 @11_30_48.PNG Then i am using these codes- #Include D:\tests\lib\Chrome\Chrome.ahk ;Remember to put Chrome in your library folder page:= Chrome.GetPageByUrl("htt...
by Sabestian Caine
24 Dec 2022, 13:58
Forum: Scripts and Functions (v1)
Topic: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No IE!
Replies: 668
Views: 453752

Re: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No Selenium!

Gh0sTG0 Thanks a lot Gh0sTG0.....you really solved it in very simple way....I am wondering that if there could be so simpler solution of this then why there is so lengthy and confusing process is shown in this video- https://www.youtube.com/watch?v=2T8oWlf5r7w&ab_channel=Joe-AUTOHOTKEYGuru earlier ...
by Sabestian Caine
24 Dec 2022, 13:22
Forum: Scripts and Functions (v1)
Topic: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No IE!
Replies: 668
Views: 453752

Re: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No Selenium!

I simply want to get/extract the link (href) by using Chrome.ahk so can anyone tell me how to code? for example I want to get/extract the link (href) as shown in red circle in the below image- 24_12_22 @11_45_06.PNG my codes are these- #NoEnv SetBatchLines, -1 #Include D:\tests\lib\Chrome\Chrome.ahk...
by Sabestian Caine
21 Dec 2022, 12:10
Forum: Tutorials (v1)
Topic: Beginner's Guide to Web Automation with Chrome.ahk
Replies: 2
Views: 20143

Re: Beginner's Guide to Web Automation with Chrome.ahk

@jackdunning

I am also trying to automate chrome by using chrome.ahk
so can you please tell me why my script is not working?
please have a look this-
viewtopic.php?f=76&t=111820

Go to advanced search