All Questions
6 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 ...
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 ...
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 ...
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 ...
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 ...
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 ...