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
Hi, I'm running into a couple of problems with scrapers.py using a conda environment on Windows.
Problem 1: Missing at_redaction_agreement Method
I get an AttributeError saying that QueryScraper doesn’t have the attribute at_redaction_agreement. This causes the script to stop right after logging in. I’ve run the example scripts without any issues, so I’m wondering if this might be a missing or outdated method in scrapers.py.
Problem 2: Button Interactability Error without Query Config
When I run the script without a query configuration and just use a case number, I get an error saying:
Element could not be scrolled into view. It seems like the WebDriver can’t click the button because it’s off-screen.
The text was updated successfully, but these errors were encountered:
Hi, I'm running into a couple of problems with scrapers.py using a conda environment on Windows.
Problem 1: Missing at_redaction_agreement Method
I get an AttributeError saying that QueryScraper doesn’t have the attribute at_redaction_agreement. This causes the script to stop right after logging in. I’ve run the example scripts without any issues, so I’m wondering if this might be a missing or outdated method in scrapers.py.
Problem 2: Button Interactability Error without Query Config
When I run the script without a query configuration and just use a case number, I get an error saying:
Element could not be scrolled into view. It seems like the WebDriver can’t click the button because it’s off-screen.
The text was updated successfully, but these errors were encountered: