You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
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 : <serenity.version>2.3.4</serenity.version>
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 : <serenity.version>2.3.4</serenity.version>
The text was updated successfully, but these errors were encountered: