issues
search
clj-commons
/
etaoin
Pure Clojure Webdriver protocol implementation
https://cljdoc.org/d/etaoin
Eclipse Public License 1.0
915
stars
95
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix `fill-human-multi`
#684
dgr
closed
3 weeks ago
0
`click` is flakey for Safari and causes test issues
#683
dgr
opened
3 weeks ago
2
`fill-human-multi` vector case incorrectly uses `fill` underneath, not `fill-human`
#682
dgr
closed
3 weeks ago
0
Fix random error in `with-driver-tests`
#681
dgr
closed
3 weeks ago
0
Add new-window API to expose WebDriver's New Window endpoint
#680
dgr
closed
4 weeks ago
0
Implement WebDriver New Window function
#679
dgr
closed
4 weeks ago
1
Exception while starting driver in CI
#678
dgr
opened
1 month ago
4
Improve test cases
#677
dgr
closed
1 month ago
0
Random error in `with-driver-tests`
#676
dgr
closed
3 weeks ago
8
Add wait-url-change macro to make tests more reliable
#675
dgr
closed
1 month ago
1
Random error testing `test-combined-actions`
#674
dgr
closed
1 month ago
13
Issues 671 and 672
#673
dgr
closed
1 week ago
6
`query` doesn't correctly handle vectors inside of vectors
#672
dgr
opened
1 month ago
9
Support sequentials in addition to vectors for `query`
#671
dgr
closed
1 week ago
6
Throw exception for unknown :fn/* function keywords
#670
dgr
closed
1 month ago
0
Fix CHANGELOG typo
#669
dgr
closed
1 month ago
0
Calling `etaoin.impl.xpath/expand` with an unknown `:fn/*` function doesn't throw an exception
#668
dgr
closed
1 month ago
0
Replace etaoin.impl.util/error with Slingshot throw+
#667
dgr
closed
1 month ago
0
Better error handling by replacing `etaoin.impl.util/error` with `throw+`
#666
dgr
closed
1 month ago
1
Improved test coverage
#665
dgr
closed
1 month ago
0
Throw a more accurate exception when query vector is empty
#664
dgr
closed
1 month ago
0
`(query driver [])` throws a misleading exception
#663
dgr
closed
1 month ago
0
Fix :fn/enabled
#662
dgr
closed
1 month ago
2
`:fn/enabled` doen't work
#661
dgr
closed
1 month ago
0
How do we query for immediate children of an element?
#660
Outrovurt
closed
1 month ago
5
Docs: Correctly describe behavior when query's parameter is a string
#659
dgr
closed
1 month ago
0
Make `set-<xyz>-timeout` more resilient to non-integer timeout values
#658
dgr
closed
1 month ago
0
Make `set-<xyz>-timeout` functions more resilient
#657
dgr
closed
1 month ago
1
Fix documentation associated with `query` parameter `q` being a string
#656
dgr
closed
1 month ago
1
Improve fill-multi/fill-human-multi errors
#655
dgr
closed
1 month ago
0
Improve `fill-multi`/`fill-human-multi` errors
#654
dgr
closed
1 month ago
0
Issue 649 addendum: Improve thrown exceptions
#653
dgr
closed
1 month ago
1
Make vector arg to fill-multi/fill-human-multi fill in order
#652
dgr
closed
2 months ago
0
`:no-doc` to `:private`
#651
dgr
closed
2 months ago
0
Change fill-active-human to fill-human-active
#650
dgr
closed
2 months ago
0
Modify `fill-multi` and `fill-human-multi` so that `q-text` vector type fills fields in vector order
#649
dgr
closed
2 months ago
0
Fix logic bug in `intersects?`
#648
dgr
closed
2 months ago
0
`intersects?` doesn't correctly test for intersection
#647
dgr
closed
2 months ago
0
Possible bug in `fill-active-el`
#646
dgr
opened
2 months ago
7
Deprecate when-predicate and when-not-predicate
#645
dgr
closed
2 months ago
1
Deprecate `when-predicate` and `when-not-predicate` macros
#644
dgr
closed
2 months ago
1
Add `driver-type`
#643
dgr
closed
2 months ago
0
Add `driver-type`
#642
dgr
closed
2 months ago
0
Revise fill-human-* doc strings
#641
dgr
closed
2 months ago
4
Improve coverage of test cases in test suite
#640
dgr
opened
2 months ago
2
Document error handling
#639
dgr
opened
2 months ago
4
Add test for fill-active
#638
dgr
closed
2 months ago
1
Update `fill-human*` doc strings
#637
dgr
closed
2 months ago
1
Add test for `fill-active`
#636
dgr
closed
2 months ago
1
Implement fill-active-human (#629)
#635
dgr
closed
2 months ago
1
Next