Skip to main content

All Questions

1 vote
0 answers
209 views

Connecting to CefPython instance with Selenium

After an exhaustive amount of Googling, I'm at a loss as to how to connect to a CefPython (Chrome Embedded Framework) browser instance using Selenium. I see two possible ways of going about this: Use ...
 Mikuael980's user avatar
2 votes
1 answer
6k views

How to write Selenium tests for CEF applications

I have a C++ application application.exe, which uses a CEF browser (chrome embedded framework) as the UI. For this UI I want to develop automated tests with Selenium. Usually I control Selenium via ...
carapaece's user avatar
  • 351
0 votes
0 answers
3k views

Connecting selenium driver to CEF desktop application

I want to use Selenium WebDriver to run automated tests in a CEF window that is embedded in an application. When i run application with debug console enabled, and then i start my test i'm getting ...
Krystian721's user avatar
1 vote
2 answers
2k views

Controlling cefpython with selenium webdriver

I am trying to control cefpython (cefpython3==57.0) chromium embedded framework with selenium (chromedriver.exe==2.9) I have came so far from beginning, i searched every corner of the web to find ...
Vaas's user avatar
  • 67
0 votes
1 answer
286 views

Python script to test CEF3 embedded application using selenium/chromedriver - cannot connect to chrome at 127.0.0.1:4444

The application is an embedded CEF3 C# MS Windows app which has enabled remote debugger address. I followed the java example and I can control the appplication using a java prg. However we use Python ...
Gabor Gerencser's user avatar
1 vote
1 answer
2k views

How do I set user data directory in chromium-embedded with chromedriver?

I am trying to use CEF for chrome profile like feature. After some Googling I found that CEF supports a similar capability via CefSettings.cache_path and --cache-path. But I am unable to figure out ...
Thomas Coulson's user avatar