Event timings – pCloudy – Question and Answers
Home >> Appium Tricks and Tricks >> Event timings ...

Event timings



Code: caps.setCapability("eventTimings", 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.
See the event timing docs for the structure of this response. Value: true/false

Leave a Reply

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