chromiumoxide
chromiumoxide copied to clipboard
How to wait for a specific dynamically loaded element to load?
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")