Skip to content

Commit

Permalink
experiment with renewed API
Browse files Browse the repository at this point in the history
  • Loading branch information
lsoares committed Feb 27, 2024
1 parent bda9d15 commit 3917181
Show file tree
Hide file tree
Showing 66 changed files with 625 additions and 933 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ driver.findElements(testId("test-id"))
driver.findElements(text("present", exact = false, selector = "span"))
driver.findElement(title("title 1"))
driver.findElement(title(Pattern.compile("FOO")))

// an alternative API that does not use Selenium locators:
driver.queryBy(AltText, "alt 1", mapOf("exact" to false))
driver.getBy(DisplayValue, "incredibles")
driver.queryAllBy(LabelText, "label x")
driver.getAllBy(Role, "listbox")
```

## User Interactions
Expand Down
Loading

0 comments on commit 3917181

Please sign in to comment.