SeeTestAutomation - ClearDeviceLog
info
Please note that this tool is classified as a Legacy tool. We recommend transitioning to our updated solutions to maintain optimal performance and security in your workflows. For more information on this matter, please reach out to technical support .
ClearDeviceLog()
Description
Clears the log file of the connected device.
info
This is supported in Android only.
Code Examples
Java Example
client.clearDeviceLog();
C# Example Expand source
client.ClearDeviceLog();
VBScript Example Expand source
client.ClearDeviceLog
Report
Python Example Expand source
self.client.clearDeviceLog()
Perl Example Expand source
$client->clearDeviceLog();