Last active
August 29, 2015 14:04
-
-
Save aaronchi/4a1a2db3a994c8a95168 to your computer and use it in GitHub Desktop.
webex enterprise
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Webex Enterprise | |
base_url: https://{subdomain}.webex.com/ | |
login_type: username | |
installation: | |
fields: | |
- name: subdomain | |
notes: within_frame not working reliably with webkit and frameset | |
spider: | |
driver: poltergeist | |
actions: | |
users: | |
authenticate: | |
steps: | |
- action: visit | |
target: https://{subdomain}.webex.com/ | |
- action: within_frame | |
target: header | |
- action: execute_script | |
value: 'Logon();' | |
- action: within_frame | |
target: mainFrame | |
- action: fill_in | |
target: userName | |
value: $login | |
- action: fill_in | |
target: password | |
value: $password | |
- action: click_button | |
target: Log In |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment