You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to selenium-...@googlegroups.com, Vaibhav Rastogi
Hi everyone,
I was trying to utilize the Chrome DevTools API to manipulate an Android Webview application in Android 4.4 (KitKat). I needed a method that could attach to an existing webview and thus I couldn't use the Selenium Android Driver.
I was wondering if this has any potential for integration with selenium or if any developers were interested in contributing to the repository.
Thanks,
Al Johri
Luke Inman-Semerau
unread,
Jun 6, 2014, 12:42:02 PM6/6/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to selenium-...@googlegroups.com, Vaibhav Rastogi
That's what chromedriver is for. It works against Android too, not
just Chrome.apk, but also WebViews in apps that enable the chrome
webview in KitKat.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to selenium-...@googlegroups.com
Thanks! I actually found out about ChromeDriver when I mentioned my library on the irc channel.
As far as I know the ChromeDriver relies on synchronous JSON commands over HTTP while the DevTools protocols uses websockets and has some specific features like highlighting portions of the screen and notifications.