webica
webica copied to clipboard
A Clojure binding for Selenium WebDriver
With ``` webica/webica {:mvn/version "3.0.0-beta2-clj0"} ``` ``` dev> (require '[webica.web-element :as element]) nil dev> (element/show-functions) Symbols in webica.web-element ----------------------------- nil ``` Is this expected?
We can specify customer chromedriver binary, but not the chrome binary (via ChromeOptions.setBinary). Support for ChromeOptions.setBinary needs to be added. Happy to do a PR.
@tmarble As I promised, This PR is the improved version of wait/until function that I submitted earlier. What has changes: - Keep the original api intact if the user wants...
We're potentially looking to use webica in our application but IE11 support would be required.
Am I missing something, or is the Selenium Select class ignored by webica?
Show how webica can be used for CI
Hi, Nice project. Creating a ChromeDriver using the function from `(webica.chrome-driver/start-chrome)`, but I am trying to create a ChromeDriver that takes in an additional [ChromeOptions](https://sites.google.com/a/chromium.org/chromedriver/capabilities) parameter, so I copied out...
Thank you for this library! I was trying to get screenshots working. It took me a while before I figured out I had to do it outside of Webica because...
Release?
Is it possible to do a release, even a snapshot? I'd love to be able to use `webica.expected-conditions` :)
Can someone please test webica on Safari?