Skip to main content

Override Appium Driver Log Method to Print Log Values to Console

In order to have the IDE console print Appium Studio logs, you should create a new driver class by extending the existing AndroidDriver or IOSDriver classes and override the log method

info

Currently, this is only possible to achieve with Java, C# and Python. Visit our Git Repo for a working demo: Java C# Python

In your test script, initialize the driver using the newly created driver classes.