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

Automate WebView on macOS desktop app #376

Open sramssh opened 3 years ago

sramssh commented 3 years ago

Hi - can jBrowserDriver be used to automate WebView on macOSX desktop application? I have an excel application with embedded WebView. I need to get a handle of prelaunched WebView and execute javascript in my automation. Is it possible to do that with this driver?