How to set the Event timings in appium? – pCloudy – Question and Answers
Home >> Appium Tricks and Tricks >> How to set the Event timings in ...

How to set the Event timings in appium?


 capabilities.setCapabilites("eventTiming"=true)
Enable or disable Appium's ability to report timing data for various internal events (e.g., the start and end of each command). To enable, set to true. The timing data are reported as an events property on the response to querying the current session. Values = true/false.

Leave a Reply

Your email address will not be published. Required fields are marked *