SeleniumBasic icon indicating copy to clipboard operation
SeleniumBasic copied to clipboard

Finding elements inside #Shadow-root DOM object

Open rgomesgonzaga opened this issue 4 years ago • 1 comments

I am trying to get the progress bar status of a download in chrome (). But I find out that I can't access #shadow-root elements with "Findelement" method...but i think that it is possible using ExecuteScript method invoking javascript, but I don't know how.

Could anyone give me an example on how to do that?

regards,

rgomesgonzaga avatar Mar 24 '20 23:03 rgomesgonzaga

Here you go: https://www.youtube.com/watch?v=phYGCGXGtEw&ab_channel=WiseOwlTutorials

ScoobyQ avatar May 27 '21 16:05 ScoobyQ