By
Class used by Identifying GamiumObject.
Methods
path
public
static
Use the Object Path to locate the object.
Usage
camera_info = gamium.find(By.path('/Main Camera[1]'))
Arguments
- str
str
tag
public
static
Use the Object Tag to locate the object.
Usage
camera_info = gamium.find(By.tag('MainCamera'))
Arguments
- str
str