Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Cyberphinx opened this issue Jul 3, 2023 · 0 comments
Open

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

Cyberphinx opened this issue Jul 3, 2023 · 0 comments

Comments

@Cyberphinx
Copy link

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")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant