https://github.com/suyesh/smokes
https://github.com/suyesh/smokes
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/suyesh/smokes
- Owner: suyesh
- License: mit
- Created: 2018-08-15T16:07:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-28T19:55:44.000Z (over 6 years ago)
- Last Synced: 2025-01-18T01:32:44.228Z (4 months ago)
- Language: Ruby
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## `document` assert accepts
1. current_url
2. visible? `This does not accept any parameter`
3. title## `document` action accepts
1. close `This does not accept any parameter`
2. execute_acync_script
3. execute_script
4. quit `This does not accept any parameter`## `element` assert accepts
1. class
2. class_name
3. css
4. id
5. link
6. link_text
7. name
8. partial_link_text
9. tag_name
10. xpath