Skip to content

Instantly share code, notes, and snippets.

@aaronchi
Created July 24, 2014 19:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaronchi/c914e60527c0f8a0b893 to your computer and use it in GitHub Desktop.
Save aaronchi/c914e60527c0f8a0b893 to your computer and use it in GitHub Desktop.
webex config
---
name: Webex
base_url: https://meetings.webex.com
login_type: email
authentication_types:
- browser
launch_timeout: 60
spider:
driver: webkit
actions:
users:
authenticate:
steps:
- action: visit
target: /collabs/auth
- action: fill_in
target: username
value: $login
- action: click_link
target: login-btn-next
- action: fill_in
target: IDToken2
value: $password
- action: click_button
target: Button1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment