Search found 112 matches

by Milchmann
25 Apr 2022, 08:23
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 134555

Re: Rufaydium WebDriver (no selenium/websocket)

Do you have an example. I don`t understand...... paste following url into address bar of chrome and check correct profile path chrome://version/ Sorry, probably poorly worded. I need an exact example of how you generated the error message ".error says "cannot create default profile directory" hmmm ...
by Milchmann
25 Apr 2022, 07:29
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 134555

Re: Rufaydium WebDriver (no selenium/websocket)

ok I just found please confirm profile path using url chrome://version/ if should be "args": ["--user-data-dir=C:\Users\" a_username "\AppData\Local\Google\Chrome\User Data\Profile"] [/quote] Thank you works, .error says "cannot create default profile directory" hmmm Do you have an example. I don`t ...
by Milchmann
25 Apr 2022, 03:12
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 134555

Re: Rufaydium WebDriver (no selenium/websocket)

Is there a way to determine the user and then enter this path in static ChromeProfile ? static ChromeProfile = ( LTrim Join { "args": ["--user-data-dir=C:/%a_username%/Profile"], } ) I think it should be C:/Users/%a_username%/Profile Does not work : "args": ["--user-data-dir=C:/Users/%A_UserName%/A...
by Milchmann
22 Apr 2022, 05:08
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 134555

Re: Rufaydium WebDriver (no selenium/websocket)

I still need : GS.CDP.querySelectorAll("H3").length Is this possible? GS.CDP.querySelectorAll("H3").length() ; this would work Thank you, works. Another question. I have several computers where the path changes every time I start and restart the program. Is there a way to determine the user and the...
by Milchmann
22 Apr 2022, 02:44
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 134555

Re: Rufaydium WebDriver (no selenium/websocket)

Yah Rudaydium Basic Session is just act like human interaction with web page. CDP Session Session.CDP.methods can modify Whole DOM GS.SwitchbyTitle("GitHub - Xeo786/Rufaydium-Webdriver: Rufaydium is Webdriver Library for Autohotket, can support any chromium based browser and only requires Latest We...
by Milchmann
21 Apr 2022, 01:51
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 134555

Re: Rufaydium WebDriver (no selenium/websocket)

Hello, I am trying to recreate the example code. The code with the F1 key is ok. But as soon as I press F3 after pressing F1, Autohotkey hangs. The reason is GS := Chrome.getSessionByUrl("https://www.google.com/") If you feel leg while accessing session, close all session using Session.exit(), and ...
by Milchmann
20 Apr 2022, 00:21
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 134555

Re: Rufaydium WebDriver (no selenium/websocket)

- When the code runs ( f1 executed ) , I can no longer get into the developer tools in Chrome by pressing F12 If you use the posted example script f12 is a hotkey at the bottom of the script ... f12:: ; close all session first then exit driver Driver := new RunDriver(ChromeDriver) Chrome := new Ruf...
by Milchmann
19 Apr 2022, 10:01
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 134555

Re: Rufaydium WebDriver (no selenium/websocket)

:bravo: :bravo: :bravo: Thank you, that is already very good. I will try it next week, but I can say that various things already work. Some things do not work yet, but I'll write that down and ask. Hello, I am trying to recreate the example code. The code with the F1 key is ok. But as soon as I pre...
by Milchmann
14 Apr 2022, 07:42
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 134555

Re: Rufaydium WebDriver (no selenium/websocket)

:bravo: :bravo: :bravo:

Thank you, that is already very good.
I will try it next week, but I can say that various things already work.

Some things do not work yet, but I'll write that down and ask.
by Milchmann
24 Mar 2022, 01:07
Forum: Scripts and Functions (v1)
Topic: Class WebSocket2 v1.1 (32bit+64bit) without IE support
Replies: 25
Views: 7018

Re: Class WebSocket2 v1.1 (32bit+64bit) without IE support

rename Evaluate() -> Eval_obj()
and rename Eval_obj() -> Evaluate()

but it has other problems, such as the process not exiting on exit.
Thank you, but I don't understand. Can you show me with an example?
by Milchmann
02 Feb 2022, 01:37
Forum: Scripts and Functions (v1)
Topic: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No IE!
Replies: 668
Views: 465270

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

Thank you for your efforts. I still hope that there will be an alternative in the future, without IE support. Otherwise I can't use the chrome.ahk anymore. Are there any other options to Chrome.ahk to work with Chrome? I have neither admin rights nor IE support at work. What works fine so far (until...
by Milchmann
29 Jan 2022, 06:43
Forum: Scripts and Functions (v1)
Topic: Class WebSocket2 v1.1 (32bit+64bit) without IE support
Replies: 25
Views: 7018

Re: Class WebSocket2 v1.1 (32bit+64bit) without IE support

Thank you very much. It helps me extremely, because the normal Chrome.ahk no longer works for us due to the port lock at work. you can run chrome with different debugging port something like this ChromeInst := new Chrome(ChromeProfile,,,,7070) That is not the problem. Access to Chrome works. I can ...
by Milchmann
28 Jan 2022, 03:53
Forum: Scripts and Functions (v1)
Topic: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No IE!
Replies: 668
Views: 465270

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

@Milchmann , afaik there are a few people (Including the G33k himself) working on modifying the lib to use websockets without IE. Check this thread out: https://www.autohotkey.com/boards/viewtopic.php?f=6&t=94895&p=421942#p421942 Unfortunately, at the link seems to stand the development. :shock: Do...
by Milchmann
25 Nov 2021, 05:18
Forum: Scripts and Functions (v1)
Topic: Class WebSocket2 v1.1 (32bit+64bit) without IE support
Replies: 25
Views: 7018

Re: Class WebSocket2 v1.1 (32bit+64bit) without IE support

Thank you very much. It helps me extremely, because the normal Chrome.ahk no longer works for us due to the port lock at work. The example of @burque505 : https://www.autohotkey.com/boards/viewtopic.php?f=6&t=42890&hilit=selenium&start=320#p361682 works except for the feedback of PageInst.WaitForLoa...
by Milchmann
22 Oct 2021, 03:39
Forum: Ich brauche Hilfe
Topic: Process schliessen mit erhöhten Rechten (UAC)
Replies: 2
Views: 1046

Process schliessen mit erhöhten Rechten (UAC)

Hallo, ich muss auf einem Rechner, der regulär mit den Rechten als Benutzer eingestellt ist, einen Process abschiessen. Das ist notwendig, da ich auf das Verzeichnis eine Datensicherung machen möchte. RUNAS funktioniert nicht. RunAs, Admin, XXXXXXXXX run,%comspec% /k taskkill /F /IM Test.exe && exit...
by Milchmann
29 Sep 2021, 12:21
Forum: Scripts and Functions (v1)
Topic: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No IE!
Replies: 668
Views: 465270

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

Ah, hm. This script works by creating a hidden web control (IE) and using Microsoft's WebSocket object through COM. It then uses this WebSocket to connect to Chrome. On my system, IE is forbidden from accessing localhost , but is allowed to access 127.0.0.1 . It looks like your system is blocking 1...

Go to advanced search