How to I quit the devtool sessions at the end of my automation tests?
Hi Brett M,
You can use the below command to quit the devtool session:
devToolsSession.close()
How to I quit the devtool sessions at the end of my automation tests?
Hi Brett M,
You can use the below command to quit the devtool session:
devToolsSession.close()