Skip to content

Commit

Permalink
Add recently exposed fns to api docstring toc (#461)
Browse files Browse the repository at this point in the history
Addendum to #430

Closes #371
  • Loading branch information
lread authored Jun 20, 2022
1 parent 257ea1e commit 1c658ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/etaoin/api.clj
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
- [[child]] [[children]]
- [[get-element-tag]] [[get-element-tag-el]]
- [[get-element-attr]] [[get-element-attr-el]] [[get-element-attrs]]
- [[get-element-property]] [[get-element-properties]]
- [[get-element-property]] [[get-element-property-el]] [[get-element-properties]]
- [[has-class?]] [[has-class-el?]] [[has-no-class?]]
- [[get-element-css]] [[get-element-csss]]
- [[get-element-css]] [[get-element-css-el]] [[get-element-csss]]
- [[get-element-text]] [[get-element-text-el]] [[has-text?]]
- [[get-element-inner-html]] [[get-element-inner-html-el]]
- [[get-element-value]] [[get-element-value-el]]
Expand Down

0 comments on commit 1c658ca

Please sign in to comment.