eliezermeth / SeleniumWebInteractor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Selenium tutorials:

Easy explanations:

Most recent GeckoDriver release

This program requires GeckoDriver. All programs are currently made to run with Mozilla Firefox. The most recent GeckoDriver release for Mozilla can be found by searching "github mozilla geckodriver releases" or by clicking here.

The file should be unzipped into the main directory of the desktop, so the file path to the executable is "C:\SeleniumDrivers\geckodriver.exe".

For use of TouroHealthForm

The Java class is currently programmed to input information into the Touro COVID health form. It assumes the person is a student who wishes to enter the Lander College for Men building at 75-31 150th St, Flushing, and has not had symptoms within the past 14 days, nor contact with a person showing symptoms in the past 14 days.

The only actions required are:

  • The student must input the relevant information into TouroHealthFormData.txt, in the format shown there.
  • In TouroHealthForm.java, the last line can be un-commented out in the method covidCloseContactPage() to allow the program to auto-complete the file. The last line can also be un-commented out in the constructor TouroHeathForm() to auto-close the browser after the form is completed.

About


Languages

Language:Java 100.0%