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 noticing that I am unable to capture screenshots of ID selectors unless they are embedded in the URL. A workaround is to add the anchor to the end of the URL, but that causes local files to be considered missing because the "#anchor" is considered to be part of the file name.
# Does not workwebshot2::webshot("https://www.rstudio.com/blog/blogdown-v1.0/", selector="#workflows")
#> Error: Chromote: timed out waiting for event Page.loadEventFired# Workswebshot2::webshot("https://www.rstudio.com/blog/blogdown-v1.0/#workflows")
Any idea what could be going on here?
The text was updated successfully, but these errors were encountered:
I'm noticing that I am unable to capture screenshots of ID selectors unless they are embedded in the URL. A workaround is to add the anchor to the end of the URL, but that causes local files to be considered missing because the "#anchor" is considered to be part of the file name.
Any idea what could be going on here?
The text was updated successfully, but these errors were encountered: