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 Users
Can anyone provide some details about how to get Selenium working
against an embedded browser? I have a .Net WinForm application that is
embedding a Chromium browser (via CEF Chromium embedded framework). Is
there anyway to have Selenium attach to the embedded browser instance
instead of the typically browser window?
Jim Evans
unread,
Mar 19, 2012, 2:10:18 PM3/19/12
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 seleniu...@googlegroups.com
It's unlikely you'll be able to get Selenium WebDriver working in that instance. The Chromium team is responsible for creating the ChromeDriver executable used by the project, so it might be best to take up the issue with that team as to how to attach to a running instance of an embedded version of Chromium. Please note that it would likely be a feature request for them, since that's not really a use case that the project has considered as a primary focus.
--Jim
David
unread,
Mar 19, 2012, 3:54:52 PM3/19/12
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 Users
Hmm...interesting topic. Would be interesting for all the applicable
drivers to support an embedded mode where they are part of another
application.
IE would be another such browser that can be embedded. Not sure about
FF.