Rob J

Results 11 issues of Rob J

I am using `clj-webdriver` for my consent window. Using that, I can do ``` clj (wait-until #(not (empty? (find-elements {:xpath "//button[@id='submit_approve_access' and not(@disabled)]"}))) (* 15000)) ``` The xpath expression allows...