* add: row, column, depth, etc. for UiObject
* add: row, column, depth, etc. conditions for UiGlobalSelector * add: filter for UiGlobalSelector
This commit is contained in:
@@ -125,7 +125,7 @@ public class UiSelector extends UiGlobalSelector {
|
||||
@NonNull
|
||||
public UiObject untilFindOne() {
|
||||
UiObjectCollection collection = untilFind();
|
||||
return new UiObject(collection.get(0).getInfo());
|
||||
return collection.get(0);
|
||||
}
|
||||
|
||||
@ScriptInterface
|
||||
|
||||
Reference in New Issue
Block a user