Search found 10 matches

by MoUse_G
21 Jul 2023, 08:34
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 304
Views: 133461

Re: Screen clipping

#SingleInstance, Force #NoEnv SetBatchLines,-1 SetWinDelay,-1 ;~ #Include Gdip.ahk ;~ #Include Tesseract.ahk SetKeyDelay, -1 SetDefaultMouseSpeed, 0 SetMouseDelay, -1 SetControlDelay, -1 SetWinDelay, -1 SetBatchLines, -1 my_docs := "MYDOCUMENTS" if((A_PtrSize=8&&A_IsCompiled="")||!A_IsUnicode){ ;32...
by MoUse_G
21 Jul 2023, 08:06
Forum: Scripts and Functions (v1)
Topic: Optical character recognition (OCR) with UWP API
Replies: 157
Views: 65857

Re: Optical character recognition (OCR) with UWP API

Can someone help me?
I use this OCR can't get the number.

Thank you.
by MoUse_G
31 Jan 2023, 04:16
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 132502

Re: Rufaydium WebDriver 1.7.2 (no selenium/websocket)

@Xeo786
I try change my script with:
Chrome := new Rufaydium()
Session := Chrome.NewSession()
url := "https://nowsecure.nl"
Session.Navigate(url)
Session.Maximize()
sleep, 200
return

And the browser keep refresh and it fail with the undetected chromedriver.
by MoUse_G
31 Jan 2023, 03:43
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 132502

Re: Rufaydium WebDriver 1.7.2 (no selenium/websocket)

Ok, let me try.

Thanks for your information 🙏
by MoUse_G
31 Jan 2023, 01:42
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 132502

Re: Rufaydium WebDriver 1.7.2 (no selenium/websocket)

Hi, Xeo786 , I didn't use a Settimeout. Usually, to test undetected chromedriver from python, go to the link: https://nowsecure.nl And here is the link for the undetected chromedriver python library: https://pypi.org/project/undetected-chromedriver/2.1.1/ This is my simple script to test undetected ...
by MoUse_G
30 Jan 2023, 02:54
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 132502

Re: Rufaydium WebDriver 1.7.2 (no selenium/websocket)

Hi, does anyone have experience for undetected chromedriver for rufaydium?
by MoUse_G
08 Aug 2022, 00:21
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 132502

Re: Rufaydium WebDriver 1.7.0 (no selenium/websocket)

I can't login to gmail, when using Rufaydium with chromedriver and geckodriver. Has anyone had the same experience with this? You can load a chrome profile that may have already logged in Gmail, .setUserProfile("Profile 1") Thank you Xeo786 I have fixed the error, because there is a chrome browser ...
by MoUse_G
04 Aug 2022, 08:27
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 132502

Re: Rufaydium WebDriver 1.7.0 (no selenium/websocket)

I can't login to gmail, when using Rufaydium with chromedriver and geckodriver. Has anyone had the same experience with this?
by MoUse_G
26 May 2022, 09:06
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 132502

Re: Rufaydium WebDriver 1.5.1 (no selenium/websocket)

Can anyone tell me why I get the error message from the Line 3? Line one seems to work ok I can see the chromedriver task running and monitoring the port. One thing I notice is that I have Chrome Version 101.0.4951.67 (Official Build) (64-bit) while the download is ChromeDriver 101.0.4951.41. As so...

Go to advanced search