Skip to content

Commit

Permalink
refactor(docs): remove Todo (moved to issues)
Browse files Browse the repository at this point in the history
  • Loading branch information
hhhapz committed Jul 3, 2020
1 parent 63b50b2 commit c470431
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ Table of Contents
* [waitLoad](#waitload)
* [waitStable](#waitstable)
* [waitVisible](#waitvisible)
* [Todo](#todo)


# Overview

Expand Down Expand Up @@ -986,20 +984,3 @@ All the sleep/wait actions defined below will always return nil, unless explicit
### waitLoad
### waitStable
### waitVisible

# Todo

- Finish the docs ^^
- Allow actions to be substituted anywhere for its return value.
- Support CSS Selectors
- Support Trimming text for selectors
- Allow timeout for all actions
- Implement `foreach`
- Support querying the store
- Support `trace` mode
- Add a `settings` block for configuring rod
- Support `<option>` tags, (*Element.Select())
- Support iFrames
- Support Shadow DOM
- Support File Upload inputs
- Write more tests

0 comments on commit c470431

Please sign in to comment.