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.
![../../../_images/basic_btn_start.png](../../../_images/basic_btn_start.png)
# coding=utf-8
from poco.drivers.unity3d import UnityPoco
poco = UnityPoco()
poco('btn_start').click()
See also: