Skip to content

Instantly share code, notes, and snippets.

@aaronchi
Last active August 29, 2015 14:04
Show Gist options
  • Save aaronchi/4a1a2db3a994c8a95168 to your computer and use it in GitHub Desktop.
Save aaronchi/4a1a2db3a994c8a95168 to your computer and use it in GitHub Desktop.
webex enterprise
---
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