Skip to content

AppiumTransport.dispose method

AppiumTransport › dispose

Ends the Appium session.

Only deletes the session if this transport owns it. Transports created via attach() (test workers reusing the global setup's session) skip deletion so the session remains available for the owning process.

Signature:

dispose(): Promise<void>

Returns: Promise<void>