1

I have quite unusual problem. I would like to embed Chromium inside WPF desktop app in a way that it has webdriver attached to is so I can execute operations from selenium against that embedded browser from the same application.

In other words, I would like to be able to control this embedded browser from the application using selenium (navigate, select elements, wait for elements, etc..)

From what I have found so far, it is possible to attach to CEF (cefsharp or cefglue) using webdriver but it spawns new process for the browser from external executable which is not what I'm looking for.

Is it possible to run cef inside WPF application with selenium in described scenario ?

Sjoerd222888
  • 3,228
  • 3
  • 31
  • 64
Midi
  • 459
  • 1
  • 5
  • 19

0 Answers0