Skip to main content

All Questions

0 votes
0 answers
16 views

How to interact with Openfin dock elements which are not present in DOM

How to interact with Openfin dock elements which are not present in DOM? I am not able to locate them in dev tools , I am using Selenium Java to develop test automation framework. I expect to interact ...
Javid Khalilov's user avatar
0 votes
0 answers
61 views

How to access an Open Finn Application via selenium which is basically chromium based desktop application

We have an application which is chromium based but on Open Finn application -The application is launched by clicking on the application shortcut which makes use of Open Finn RVM and Config.json file -...
shivam 's user avatar
1 vote
0 answers
28 views

OpenFin - How to switch from one openfin application/window to another openfin in selenium automation [duplicate]

OpenFin - How to switch from one openfin application/window to another openfin application/window when automating using selenium
Jeyasingh Raj's user avatar
0 votes
1 answer
207 views

Download Scenario validation in openfin with webdriverio

I have a UI automation scenario, where I need to perform the export to excel operation and save the file from UI. This operation, I need to do in openfin browser. How can we set preferences in ...
QualityMatters's user avatar
2 votes
3 answers
9k views

I need to get the port of the chromedriver that I have instantiated in Selenium

Here's my code to instantiate the webdriver. System.setProperty("webdriver.chrome.driver", "D:\chromedriver.exe"); DesiredCapabilities capabilities = DesiredCapabilities.chrome(); WebDriver driver = ...
sagarwadhwa1's user avatar