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

Fix read_html_live example #426

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Fix read_html_live example #426

wants to merge 5 commits into from

Conversation

jrosell
Copy link

@jrosell jrosell commented Oct 17, 2024

Closes #430

I checked the read_html_live example and saw that the css selectors changed and a cookie consent banner was added.

This PR is to change the read_html_live() example, so it can reject cookies and extract organizations with the new page version. Reload was needed to force the JSON file download with cookie consent settings already configured.

I checked the read_html_live example and saw that the css selectors changed and a cookie consent banner was added.

This PR is to changed the read_html_live() example, so it can reject cookies and extract organizations with the new page version. Scroll was needed to force the JSON file download.

I used |>, but I can change my PR to %>% if required.
@jrosell
Copy link
Author

jrosell commented Oct 17, 2024

I see some tests fail because of snapshot changes:

-    Size:   821273
+     Size:   821905
-   Navigating to <http://rstudio.com/>.
+   Navigating to <https://posit.co/>.

Let me know if I have to change something.

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

Successfully merging this pull request may close these issues.

read_html_live() example fails
1 participant