Selenium Java to get the browser details using Capabilities
KW.java
Output
Operating System: Windows 11 OS Version: 10.0 OS Architecture: amd64 ___________________________________________ Browser Name: chrome Browser Version: 114.0.5735.134 Platform: windows ___________________________________________ Browser Name: firefox Browser Version: 114.0.2 Platform: windows ___________________________________________ Browser Name: msedge Browser Version: 114.0.1823.58 Platform: windows ___________________________________________
What Next?
Selenium Java to select dropdown choice using selectByVisibleText() method
Selenium Java to select dropdown choice using selectByIndex() method
Selenium Java to select dropdown choice using selectByValue() method
Advertisement