Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Cannot find value of selected Enrollment Center #36

Open
elmatt opened this issue Mar 7, 2017 · 2 comments
Open

Cannot find value of selected Enrollment Center #36

elmatt opened this issue Mar 7, 2017 · 2 comments

Comments

@elmatt
Copy link

elmatt commented Mar 7, 2017

I am trying to run the command
document.querySelector('select[name=selectedEnrollmentCenter]').value

I inspect the element on the Global Entry website, but it finds no value. Where exactly do I run this command?

@dannyreed
Copy link

dannyreed commented Mar 14, 2017

This is just an easy way for you to get the value attribute of the form input. You would run this command in your browser's console but that also did not return any results for me. Optionally you can right click > inspect element > find the form field radio button for your location, and locate the input's value (should be an integer).

<input type="radio" name="" value="LOCATION_ID"> San Francisco Int'l

@jpgavin
Copy link

jpgavin commented Apr 10, 2017

There is also a list here: http://pastebin.com/38tXMv01
It was updated as of May 25, 2016, but contains most enrollment centers.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants