Skip to content

Instantly share code, notes, and snippets.

@phimachine
Created January 24, 2018 20:02
Show Gist options
  • Save phimachine/699c0253d96dfa7ab406a5befe53171d to your computer and use it in GitHub Desktop.
Save phimachine/699c0253d96dfa7ab406a5befe53171d to your computer and use it in GitHub Desktop.
Selenium 2017 enrollment scrapping tool
{
"CreationDate": "2018-1-24",
"Commands": [
{
"Command": "open",
"Target": "https://www.luther.edu/directory/",
"Value": ""
},
{
"Command": "click",
"Target": "id=first_nameElement",
"Value": ""
},
{
"Command": "type",
"Target": "id=first_nameElement",
"Value": "${COL1}"
},
{
"Command": "clickAndWait",
"Target": "name=__button_0",
"Value": ""
},
{
"Command": "clickAndWait",
"Target": "name=__button_0",
"Value": ""
},
{
"Command": "open",
"Target": "https://www.luther.edu/directory/",
"Value": ""
},
{
"Command": "store",
"Target": "https://www.luther.edu/directory/",
"Value": ""
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment