chromiumoxide icon indicating copy to clipboard operation
chromiumoxide copied to clipboard

How to wait for a specific dynamically loaded element to load?

Open Cyberphinx opened this issue 1 year ago • 2 comments

Is there a method to check if a specific element is loaded? The element will be dynamically loaded once when it is scrolled into view. So it would be useful to be able to wait for this element to load, other wise find_element() will return error "Error -32000: Could not find node with given id". This should be similar to the method tab.wait_for_element("div.selector")

Cyberphinx avatar Jul 03 '23 21:07 Cyberphinx