rod icon indicating copy to clipboard operation
rod copied to clipboard

page race with search include iframes

Open dataflowjs opened this issue 2 years ago • 4 comments

Rod Version: v0.109.1

Hi, please can you explain how can i do Race to search element include iframes? something like

page.Race().Search("selector").Handle().Search("selector 2").Handle().Do()

And ElementVisible include iframes

page.Race().VisibleIncludeIframes("selector").Handle().VisibleIncludeIframes("selector 2").Handle().Do()

Its will be very good to find what i need, but at this moment i cant understand how can i do it. :/

dataflowjs avatar Aug 25 '22 21:08 dataflowjs

We don't support it yet, hope some one can add it, should be pretty simple to implement it.

ysmood avatar Aug 26 '22 13:08 ysmood

I'd work on it if I could understand what you mean. What are you trying to accomplish?

alexferrari88 avatar Aug 28 '22 06:08 alexferrari88

@alexferrari88 just trying to find element on main page or in iframe to understand next step the problem is that page.Race() at this moment cant do Search()

dataflowjs avatar Aug 28 '22 10:08 dataflowjs

I've create a PR to fix this.

kvii avatar Sep 20 '22 03:09 kvii