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'm trying to scrape the value of git version from https://gethomepage.dev/widgets/
Using xpath ( /html/body/header/nav/div[3]/a/div[2]/ul/li[1] ) I always get empty results and that I believe is because the git version is loaded after the ret of the page is loaded and huginn is not waiting for it. Any way to delay the scraping with... say... 1 sec or so?
The text was updated successfully, but these errors were encountered:
I'm trying to scrape the value of git version from https://gethomepage.dev/widgets/
Using xpath ( /html/body/header/nav/div[3]/a/div[2]/ul/li[1] ) I always get empty results and that I believe is because the git version is loaded after the ret of the page is loaded and huginn is not waiting for it. Any way to delay the scraping with... say... 1 sec or so?
The text was updated successfully, but these errors were encountered: