node-google-oauth2
node-google-oauth2 copied to clipboard
Google API OAuth2
Results
1
node-google-oauth2 issues
Sort by
recently updated
recently updated
newest added
trafficstars
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...