Search found 112 matches

by Milchmann
31 Mar 2023, 00:04
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 612
Views: 125302

Re: Rufaydium WebDriver 1.7.2 (no selenium/websocket)

Thanks for the answer, but unfortunately it doesn't make me happy. Would it perhaps be possible to document such changes in such a way that I only install the updated Rufaydium web driver when Chrome is greater than 110? Currently we still have version 110 here, and that's what I programmed the erro...
by Milchmann
30 Mar 2023, 00:19
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 612
Views: 125302

Re: Rufaydium WebDriver 1.7.2 (no selenium/websocket)

Hello Xeo786, I pulled down your latest version. Since then I have an error that the current tab is no longer recognised by Chrome. Only the window that is active at the start is recognised. If I change the tab, the first recognised window remains active. ; new if( this.name != "geckodriver" ) this....
by Milchmann
30 Jan 2023, 04:49
Forum: Ich brauche Hilfe
Topic: Hotstring() Inhalt Clipboard einfügen
Replies: 13
Views: 4848

Re: Hotstring() Inhalt Clipboard einfügen

Danke, manchmal kann es ganz einfach sein. :bravo:
by Milchmann
25 Jan 2023, 05:36
Forum: Ich brauche Hilfe
Topic: Hotstring() Inhalt Clipboard einfügen
Replies: 13
Views: 4848

Re: Hotstring() Inhalt Clipboard einfügen

D.h., die Variable Clipboard wird in Deinem Hotstring() Beispiel genau dann ausgelesen, wenn die Funktion im Scriptablauf erreicht wird. Würde aber ja nach meinem Verständnis bedeuten, rufe ich den Hotstring auf, müsste doch der neue Inhalt des Zwischenspeichers ausgelesen werden. Macht er aber nic...
by Milchmann
25 Jan 2023, 02:19
Forum: Ich brauche Hilfe
Topic: Hotstring() Inhalt Clipboard einfügen
Replies: 13
Views: 4848

Re: Hotstring() Inhalt Clipboard einfügen

Danke, hilft mir aber nicht wirklich weiter😎 Mittlerweile geht folgendes: Hotkey, IfWinActive Hotstring(":*:is#", "Inhalt ist `r und wird `rweiterbearbeitet`r" Clipboard ) Hotkey, IfWinActive :*:w#:: Test := "Inhalt ist `r und wird `rweiterbearbeitet`r" Clipboard Sendinput % Test return Was ich hier...
by Milchmann
24 Jan 2023, 05:41
Forum: Ich brauche Hilfe
Topic: Hotstring() Inhalt Clipboard einfügen
Replies: 13
Views: 4848

Re: Hotstring() Inhalt Clipboard einfügen

Ok, dann versuche ich es genauer: Dieser Hotstring: Hotkey, IfWinActive :*:w#:: Test := "wird mit" clipboard "`r`r`rweiterbearbeitet." Sendinput % Test return übernimmt den Inhalt des Zwischenspeichers und gibt dann mit Zeilenumbruch den Text so aus, wie ich das möchte. Ich schaffe es nicht dies mit...
by Milchmann
23 Jan 2023, 11:51
Forum: Ich brauche Hilfe
Topic: Hotstring() Inhalt Clipboard einfügen
Replies: 13
Views: 4848

Re: Hotstring() Inhalt Clipboard einfügen

Jemand eine Idee?
by Milchmann
18 Jan 2023, 04:08
Forum: Ich brauche Hilfe
Topic: Hotstring() Inhalt Clipboard einfügen
Replies: 13
Views: 4848

Re: Hotstring() Inhalt Clipboard einfügen

Ich verstehe es nicht mehr, Test := ":*:i#::Inhalt ist `r und wird `rweiterbearbeitet." msgbox % test aber Loop, read, C:\Temp\hotstrings.txt { Loop, parse, A_LoopReadLine { Test := A_LoopReadLine msgbox % Test Beim ersten wird der Zeilenumbruch umgesetzt, lese ich den gleichen String aus der Datei ...
by Milchmann
17 Jan 2023, 04:23
Forum: Ich brauche Hilfe
Topic: Hotstring() Inhalt Clipboard einfügen
Replies: 13
Views: 4848

Re: Hotstring() Inhalt Clipboard einfügen

Hallo @BoBo
nein ist Autohotkey 1.1.

Der Import klappt ja und die Hotstringsfunktionieren, ausser welche, wo ich auh wirklich einen Zeilenwechsel oder auch den Inhalt des Clipboards einfügen möchte.

Hast du dazu eine Idee.

Danke

bert
by Milchmann
16 Jan 2023, 07:12
Forum: Ich brauche Hilfe
Topic: Hotstring() Inhalt Clipboard einfügen
Replies: 13
Views: 4848

Hotstring() Inhalt Clipboard einfügen

Hallo, wie kann ich mit einem Hotstring(Zkette , Ersatz) auch Inhalte ( Clipboard oder Zeilenwechsel `r) einbringen. Aktuell wird bei mir nur der komplette Ersatztext eingefügt , ohne diese zu ersetzen, bzw. bringt Hotstring dann Fehler. Mit einer Funktion habe ich es nicht hinbekommen. Hintergrund:...
by Milchmann
05 Dec 2022, 07:22
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 612
Views: 125302

Re: Rufaydium WebDriver 1.7.2 (no selenium/websocket)

With the version greater date 14.10.22 click() no longer works for certain queries. driver.QuerySelector("body > div.MenuOuter > div.MenuTableContainer > table > tbody > tr:nth-child(3)").click() return driver.QuerySelector("body > div.MenuOuter > div.MenuTableContainer > table > tbody > tr:nth-chil...
by Milchmann
17 Aug 2022, 07:44
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 612
Views: 125302

Re: Rufaydium WebDriver 1.7.0 (no selenium/websocket)

Hi, 2 times abnormalities: MsgBox, % clipboard := RunDriver.help("C:\TEMP\Rufaydium\chromedriver.exe") hangs on 088: While,!FileExist(this.Dir "\dir.txt") 089: Sleep,200 (0.19) and Chrome.Capabilities.RemoveArg("--disable-background-networking") Chrome.Capabilities.RemoveArg("--disable-backgrounding...
by Milchmann
16 Aug 2022, 06:15
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 612
Views: 125302

Re: Rufaydium WebDriver 1.7.0 (no selenium/websocket)

I have a new problem. When I compile the ahk file into an exe, I then get an error message : Line Text: switch this.Name Error: This Line does not contain a recognised action. Usually this means that your AHK version is too old, since Switch is a relatively new statement added to AHK (v1.1.31+). Th...
by Milchmann
12 Aug 2022, 04:43
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 612
Views: 125302

Re: Rufaydium WebDriver 1.7.0 (no selenium/websocket)

Make sure you are accsing correct element, and this link "https://codepen.io/SitePoint/pen/pywPEQ" is loading that page in a frame, make sure you are switching that specific frame, and getting that element. I test it, thanks I have a new problem. When I compile the ahk file into an exe, I then get ...
by Milchmann
05 Aug 2022, 10:25
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 612
Views: 125302

Re: Rufaydium WebDriver 1.7.0 (no selenium/websocket)

Thank you, your example works. d := driver.QuerySelector("#T0444333 > tbody > tr:nth-child(13)") MsgBox % etext := d.innerText e := d.Execute("arguments[0].dispatchEvent(new contextmenu('dbl', {bubbles: true, cancelable: true, view: window}));") if % e.Error MsgBox e.Error But not mine. I get: "Java...
by Milchmann
05 Aug 2022, 08:27
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 612
Views: 125302

Re: Rufaydium WebDriver 1.7.0 (no selenium/websocket)

But what still doesn't work is DoubleClick and contextmenu. E := driver.QuerySelector("#T0444333 > tbody > tr:nth-child(5)").doubleClick() if % e.Error MsgBox % e.Error I would like you to try driver.QuerySelector("#T0444333 > tbody > tr:nth-child(5)").Execute("var evObj = new MouseEvent('dblclick'...
by Milchmann
05 Aug 2022, 06:45
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 612
Views: 125302

Re: Rufaydium WebDriver 1.7.0 (no selenium/websocket)

Hi Xeo786 , I have come a long way in rewriting my code from Selenium to Rufaydium. It runs very stable. Thanks for your work so far! But what still doesn't work is DoubleClickand contextmenu. Eventlisteners for them are available (see picture). grafik.png E := driver.QuerySelector("#T0444333 > tbod...
by Milchmann
11 Jul 2022, 01:06
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 612
Views: 125302

Re: Rufaydium WebDriver 1.6.3 (no selenium/websocket)

Hi Xeo786 , You have an interesting function in your Rufaydium code ( Session["capabilities","chrome"]). That is better than regexmatch/regexreplace. Can you provide me with a reference to this function? for example, Session in Chrome.Sessions() { chromeOptions := Session["capabilities","chrome"] Ms...

Go to advanced search