Forum Discussion
PraveenRaj13
Mar 19, 2020Copper Contributor
Session id not created in chromium Edge browser through selenium webdriver
Dear Team recently my project we have migrated Chromium Edge browse in selenium framework I try below-mentioned code but I get session not create exception please give suggestion my system...
Deleted
Jan 29, 2021Re:Session id not created in chromium Edge browser through selenium webdriver
Hi,
Update selenium jar to 3.141.59 and update the browser and then add the relavent driver and then check.
It may work and it worked for me
Hi,
Update selenium jar to 3.141.59 and update the browser and then add the relavent driver and then check.
It may work and it worked for me
- RAKESH999Apr 16, 2021Copper ContributorHi,
I am using Selenium 3.141.59 with edge browser as 89. I am getting the same error "Exception in thread "main" org.openqa.selenium.SessionNotCreatedException: session not created: No matching capabilities found"
How to add chrome capabilities such as headless, disable infobars directly to edgeoptions?