davidofwatkins / ge-cancellation-checker

A PhantomJS script that checks your GOES account for a sooner Global Entry enrollment appointment
173 stars 74 forks source link

Fixed phantomJS script for new GE website #18

Closed mcarosino closed 8 years ago

mcarosino commented 8 years ago

After inspecting the new GE website, it appears all the checkbox does onclick is "javascript: submitHome();"

I replaced the terms acceptance code in the phantomjs script with this submitHome function. Fix appears to work fine for me now.

coredumpster commented 8 years ago

I can confirm the patch in this PR is working for me.

I'm running via Docker 1.12.0-beta21 on Mac OS 10.11.6

davidofwatkins commented 8 years ago

Thanks guys. I'm surprised they didn't use a proper captcha. Merging.