serenity-bdd / serenity-cucumber

Cucumber integration for the Serenity BDD Reporting library
Other
78 stars 74 forks source link

Chrome driver is not working after Appium Driver init #264

Open SankalpSharmaSDET opened 3 years ago

SankalpSharmaSDET commented 3 years ago

Actor1 initialised and assigned IOSDriver (io.appium.java_client.ios.IOSDriver) Actor1 performs some action. Then Actor2 is initialised and assigned ChromeDriver. But here IOSDriver is init again instead of ChromeDriver.

Although if I initialised Actor2 first then Actor1 then its working fine.

Framework components : Serenity, Cucumber, Screenplay, SauceLabs Using : 2.3.4</serenity.version>