Search found 19 matches

by Sadaosh1970
07 Jan 2023, 05:19
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 133129

Re: Rufaydium WebDriver 1.7.2 (no selenium/websocket)

Thanks!!
I will try to understand how this works. ;)
by Sadaosh1970
05 Jan 2023, 22:08
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 133129

Re: Rufaydium WebDriver 1.7.2 (no selenium/websocket)

Is there any way to save Firefox customizations, such as the folder where the downloaded files will be saved and also if PdF files will be saved or opened by an application?
Tanks in advance.
by Sadaosh1970
31 Dec 2022, 06:59
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 133129

Re: Rufaydium WebDriver 1.7.2 (no selenium/websocket)

Thanks!
But the Rufaydium version from 03/12/2022 is working normally for me.
Is there a possibility that something else could be causing the error?
by Sadaosh1970
30 Dec 2022, 10:55
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 133129

Re: Rufaydium WebDriver 1.7.2 (no selenium/websocket)

I deleted the geckdriver.
I've been downloaded again.
Firefox loads, but this error message appears. :(
by Sadaosh1970
30 Dec 2022, 09:18
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 133129

Re: Rufaydium WebDriver 1.7.2 (no selenium/websocket)

Thank you.
.activetab() latest tab is good.

But the latest version of Rufaydium can no longer get into Firefox. :(
by Sadaosh1970
26 Dec 2022, 08:41
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 133129

Re: Rufaydium WebDriver 1.7.2 (no selenium/websocket)

For now, I'm using the script that I found in viewtopic.php?t=3702 and it works to discover the url of the active page in Firefox (if there aren't two different pages with the same url), then I pass control of that page to the Rufaydium. Congratulations for your work. It's much simpler than using Se...
by Sadaosh1970
24 Dec 2022, 12:18
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 133129

Re: Rufaydium WebDriver 1.7.2 (no selenium/websocket)

I found the code below. It returns the url of the page that is active in Firefox I did some tests and it's working. Is it possible to insert something similar in Rufaydium so that we can get the url of the page that is active in Firefox, since different pages can have the same title, despite having ...
by Sadaosh1970
24 Dec 2022, 11:50
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 133129

Re: Rufaydium WebDriver 1.7.2 (no selenium/websocket)

Just one more doubt: :?:

If two different pages have the same title (but different urls), will Rufaydium be able to identify the active tab correctly?

Tanks in advance!
by Sadaosh1970
24 Dec 2022, 08:14
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 133129

Re: Rufaydium WebDriver 1.7.2 (no selenium/websocket)

Dear @Xeo786: First, thank you for your reply. Your work is fantastic! I had already noticed another problem using Firefox that seems to have arisen since the " Commits on Dec 5, 2022 " update. :problem: I'm using Rufaydium's version of " Commits on Dec 3, 2022 " and everything works normally. :D Bu...
by Sadaosh1970
23 Dec 2022, 12:15
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 133129

Re: Rufaydium WebDriver 1.7.2 (no selenium/websocket)

I'm trying to capture the active url in Firefox, but still not active in Rufaydium. I tried to use: Page.ExecuteSync("navigator.clipboard.writeText(window.location.href)") Sometimes it works. Other times not. Does anyone have a way to do this? For now, I´m using: send, ^a, send, ^c Thanks in advance!
by Sadaosh1970
22 Dec 2022, 13:33
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 133129

Re: Rufaydium WebDriver 1.7.2 (no selenium/websocket)

@Xeo786

This Works!!! :D

Code: Select all

for i, obj in  Page.Detail()
msgbox, % obj.id "`n" obj.url
This Return id tab(1,1) on Firefox :(

Code: Select all

msgbox, % Page.Detail()[1].id
by Sadaosh1970
21 Dec 2022, 17:25
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 133129

Re: Rufaydium WebDriver 1.7.2 (no selenium/websocket)

Hello Xeo786 I have a doubt. Is there any way to get the page id in Firefox? I used Page.id , but the returned id was: "ba1faf2b-4625-4ec7-9745-7fd1982b7296" (Main process target). Is there any way to get the id of the active page otherwise without using the commands, RegExMatch and StrSplit over js...
by Sadaosh1970
14 Dec 2022, 07:19
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 133129

Re: Rufaydium WebDriver 1.7.2 (no selenium/websocket)

Dear Xeo786! Thanks for answering! I apologize, but I don't speak English. So, I couldn't correctly formulate my question earlier. I'll try again, sorry if it's too long. :headwall: I know that I have to pass control of each open tab in Firefox to Rudaydium using: Page := Firefox.getSession(1,n) ; n...
by Sadaosh1970
13 Dec 2022, 11:42
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 133129

Re: Rufaydium WebDriver 1.7.2 (no selenium/websocket)

Please, I have a question.
If I have multiple tabs open (tab 1,1, tab 1,2, 1,3, 1,4...).
How do I determine the position of the active tab in Firefox, to use the following command?

Code: Select all

Page := Firefox.getSession(1,n) ; n = number of active tab in Firefox
Tank You!
by Sadaosh1970
05 Dec 2022, 19:08
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 133129

Re: Rufaydium WebDriver 1.7.2 (no selenium/websocket)

Xeo786 , Please! Newbie question :headwall: : Is it possible to use "methods" inside a function, as in the example below? click_By_Class(Value, position, number_searching, time_interval) { Loop, %number_searching% { Elements := Page.getElementsbyClassName(Value) ; (is it possíble ?) if !IsObject(El...
by Sadaosh1970
03 Dec 2022, 12:32
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 133129

Re: Rufaydium WebDriver 1.7.2 (no selenium/websocket)

Thank you!!! @Xeo786!!! :clap:
It's working perfectly!! :bravo:
You have no idea how you helped me!
Rufaydium helps me a lot!!!
by Sadaosh1970
03 Dec 2022, 05:54
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 133129

Re: Rufaydium WebDriver 1.7.2 (no selenium/websocket)

First, thanks for the reply @Xeo786!!! Rufaydium-Webdriver-main.zip (today download, extract all files) ; Tab1 = twitter Page := FF.getSession(1,1) ; this works (twitter) MsgBox, % page.title() ; Ok Sleep 500 ; Tab2 = Autohotkey ; Page := FF.getSession(1,2) ; this works ( changes Autohotkey Page) Pa...
by Sadaosh1970
02 Dec 2022, 12:38
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 133129

Re: Rufaydium WebDriver 1.7.2 (no selenium/websocket)

Thank you so much @Xeo786! This helps me understand a little more about Rufaydium. I have one more question. I opened one page and another page in the second Tab. When I try to use the command below, Firefox closes. Page := FF.getSession(1,1) ; 1ª active session1, tab 1 ; this works some code here.....
by Sadaosh1970
01 Dec 2022, 22:07
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 133129

Re: Rufaydium WebDriver 1.7.2 (no selenium/websocket)

Hello to everyone. I read all the posts and README.md. I can already automate part of my boring and repetitive work. Thanks to the @Xeo786! I use the Gecko driver. I have three questions: 1) When I use "Page := FF.getSession(1,2)" and then close this tab manually, I lose access to the Webdriver. Aft...

Go to advanced search