Search found 2 matches

by ffalcon
27 May 2022, 11:19
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 615
Views: 141029

Re: Rufaydium WebDriver 1.6.0 (no selenium/websocket)

@ffalcon What do you mean by "clickable"? I haven't used Selenium so that might be something specific to that. Do you mean a disabled element like a grayed out button that will be enabled so you can click it? Maybe you're just waiting for an element to exist so you can click it? Thanks HCS! I was a...
by ffalcon
26 May 2022, 19:02
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 615
Views: 141029

Re: Rufaydium WebDriver 1.6.0 (no selenium/websocket)

This is fantastic thank you Xeo786 for this!

How can I wait for an element to be clickable?
In Selenium I use:

Code: Select all

element = WebDriverWait(driver, delay).until(ec.element_to_be_clickable((by.ID, my_id))
element.click()
Is there an equivalent in Rufaydium? I haven't found it. Thanks!

Go to advanced search