MachinePublishers / jBrowserDriver

A programmable, embeddable web browser driver compatible with the Selenium WebDriver spec -- headless, WebKit-based, pure Java
Other
809 stars 143 forks source link

Headed browser interacts with other windows on MacOS #304

Open jackrusher opened 6 years ago

jackrusher commented 6 years ago

Hi! I like to interactively drive jBrowserDriver from the Clojure REPL when I'm first working out the code to spider a new site. When I do this with recent versions, it sends events to other application windows (!), especially Safari, when I call .sendKeys. This leads me to wonder whether there's some sort of weird "drive a native browser" Selenium binding at play?