Skip to main content

All Questions

Tagged with
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
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
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