Created
July 24, 2014 19:07
-
-
Save aaronchi/c914e60527c0f8a0b893 to your computer and use it in GitHub Desktop.
webex config
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 | |
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