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