Skip to content

AppiumTransportConfig.isSessionOwner?

AppiumTransportConfig › isSessionOwner?

Type: boolean

Whether this transport owns the Appium session and should delete it on AppiumTransport.dispose.

true for sessions created via remote() (global setup). false for sessions reattached via attach() (test workers).