You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.
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
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?
The text was updated successfully, but these errors were encountered: