We need a file to handle login for indeed.com.
This will be called before proceeding with any scraping.
Please accomplish the following:
- Create a new file: /src/main/login/indeed.java
- Include the
Selenium Java packages for web scraping.
- File must navigate directly to
https://secure.indeed.com/auth to handle auth
- Program execution MUST be headless
- Program MUST reference environment variables for credentials. You may create your own .env file for testing.
- Username variable:
INDEED_USERNAME
- Password variable:
INDEED_PASSWORD
- For testing account credentials, please reach out to a Project Lead.
- Program MUST return page, context, browser to main program.
150 points
We need a file to handle login for indeed.com.
This will be called before proceeding with any scraping.
Please accomplish the following:
Selenium Javapackages for web scraping.https://secure.indeed.com/authto handle authINDEED_USERNAMEINDEED_PASSWORD150 points