You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i use all kind of query like getElementsByTag, getElementsByClassName, xpathSelector, querySelector ... but i can not even get tag. I also use waitForElement, waitForLoad, waitForPaintingStable ..., event pause running 10 second because i know the web dynamic render. When i get innerHTML of document, i can see all the elements that i want to pick up, but when trying get them by getElement.. or ..Selector, just only a warning "timeout for waiting element exist".
The text was updated successfully, but these errors were encountered:
If you could provide a reproducible failing sample, that would be helpful. There are many javascript heavy sites that are used with regularity with Hero.
i use all kind of query like getElementsByTag, getElementsByClassName, xpathSelector, querySelector ... but i can not even get tag. I also use waitForElement, waitForLoad, waitForPaintingStable ..., event pause running 10 second because i know the web dynamic render. When i get innerHTML of document, i can see all the elements that i want to pick up, but when trying get them by getElement.. or ..Selector, just only a warning "timeout for waiting element exist".
The text was updated successfully, but these errors were encountered: