Currently I'm using:
<selenium.version>4.0.0-alpha-5</selenium.version>
for Microsoft EDGE browser version 103.0.1264.62 (64 bit) and all my automation scripts are working perfectly . When i'm updating the selenium version with latest one i.e 4.3.0 then scripts are started failing:
INFO: Detected upstream dialect: W3C
org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure.
Build info: version: '4.3.0', revision: 'a4995e2c09*'
System info: host: 'LHT6626355535', ip: '10.98.11.998', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_261'
Driver info: org.openqa.selenium.edge.EdgeDriver
Command: [null, newSession {capabilities=[Capabilities {browserName: MicrosoftEdge, ms:edgeOptions: {args: [], extensions: []}}], desiredCapabilities=Capabilities {browserName: MicrosoftEdge, ms:edgeOptions: {args: [], extensions: []}}}]
NAME IS :Validate the Member Details Page Header section First Column Data Validation 2022.07.25.14.13.28.png
java.lang.NullPointerException
REGRESSION_MEMBER_DETAILS_SECTION
File created Screenshots\Results
An exception occured while taking screenshot null
Screenshot Captured
at com.optum.taskTracker.ui.stepDefinitions.Hooks.tearDown(Hooks.java:282)