Search found 6 matches

by 1apsalman1
07 Nov 2022, 11:14
Forum: Ask for Help (v1)
Topic: Post multipart/form-data image file Topic is solved
Replies: 2
Views: 464

Post multipart/form-data image file Topic is solved

Hello. I want to send an image file to the ocr site and get the result. The site asked for this data and I created a script like this, but I didn't get any results. File := "2.png" ;Get ID wh := ComObjCreate("WinHttp.WinHttpRequest.5.1") wh.Open("Get", "https://online.easyscreenocr.com/") wh.Send() ...
by 1apsalman1
26 Jul 2022, 15:57
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 615
Views: 140757

Re: Rufaydium WebDriver 1.7.0 (no selenium/websocket)

That script opens new browser, is there any way to control which browser is already openned?
by 1apsalman1
25 Jul 2022, 10:16
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 615
Views: 140757

Re: Rufaydium WebDriver 1.7.0 (no selenium/websocket)

hello. Is there a way to control the chrome browser that is already turned on? I wrote the script like this, but it doesn't get the Title. Chrome := new Rufaydium("chromedriver.exe") Page := Chrome.getSessionByURL("https://www.autohotkey.com/boards/viewtopic.php?f=6&t=102616&hilit=rufaydium") Msgbox...
by 1apsalman1
15 May 2022, 23:45
Forum: Scripts and Functions (v1)
Topic: Send Email Directly from AutoHotkey
Replies: 33
Views: 21379

Re: Send Email Directly from AutoHotkey

hi, i'm noob. I tried the source, but an error occurred and I don't know how to solve it, so I leave a question.
The message could not be sent to the SMTP server. The transmission error code is 0x80040217 . The server response is not available .
---> 034: pmsg.Send()
by 1apsalman1
14 May 2022, 11:34
Forum: Scripts and Functions (v1)
Topic: Fastest Pixel Search - 1.6x faster than built in PixelSearch
Replies: 35
Views: 10903

Re: Fastest Pixel Search - 1.6x faster than built in PixelSearch

Can this give variation option like normal PixelSearch?

Go to advanced search