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
{{ message }}
This repository was archived by the owner on Dec 10, 2025. It is now read-only.
Currently we get the second page of glassdoor via the URL of the 2 button, but this no longer works as it redirects you to the first page. This is the case wether we use the webdriver or not.
We are redirected to the first page during the GET, which leads to every single page of jobs being a duplicate of the first page, with loads of TFIDF duplicate detection hits.
If you click the 2 button yourself, you will get toast RE: subscribing to email notifications, which will then navigate you to the second page.
Issue
Description
Currently we get the second page of glassdoor via the URL of the
2button, but this no longer works as it redirects you to the first page. This is the case wether we use the webdriver or not.Steps to Reproduce
Expected behavior
We get to the second page of jobs
Actual behavior
We are redirected to the first page during the GET, which leads to every single page of jobs being a duplicate of the first page, with loads of TFIDF duplicate detection hits.
If you click the
2button yourself, you will get toast RE: subscribing to email notifications, which will then navigate you to the second page.Environment