inspirezonetech / inspirezonetech/JobSearchWebScraping
Change how search is performed due to site changes on indeed.com
Open
bug
help wanted
- Dominant language
- Python
- Stars
- 3
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
## Current Behaviour
The URL `https://www.indeed.com/worldwide` no longer has a search field. This is causing the following error when running the script:
`selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [name="q"]`
## Changes Requested
Edit the search URL to be `https://www.indeed.com`
Update documentation to mention that search will depend on user location.
Contributor guide
Assessment
This issue has not been assessed yet.