Basic Usage
Wrap a pair of brackets after poco instance to select UI objects. The following example simply shows how to select a button and perform a click.

# coding=utf-8
from poco.drivers.unity3d import UnityPoco
poco = UnityPoco()
poco('btn_start').click()
See also: