Skip to content

Create login-indeed.java #2

@PitaFLAME

Description

@PitaFLAME

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

Metadata

Metadata

Assignees

Labels

additionNew feature or requestcomplexThis may require multiple peoplepriorityThis issue is high-priority

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions