etaoin.api2
(source)Alternate syntax for [[etaoin.api]] with-<driver> calls.
Public Variable | Short Description |
---|---|
with-chrome (clj) | Executes `body` with a Chrome driver session bound to `bind`. |
with-chrome-headless (clj) | Executes `body` with a headless Chrome driver session bound to `bind`. |
with-edge (clj) | Executes `body` with a Edge driver session bound to `bind`. |
with-edge-headless (clj) | Executes `body` with a headless Edge driver session bound to `bind`. |
with-firefox (clj) | Executes `body` with a Firefox driver session bound to `bind`. |
with-firefox-headless (clj) | Executes `body` with a headless Firefox driver session bound to `bind`. |
with-safari (clj) | Executes `body` with a Safari driver session bound to `bind`. |