Skip to content
This repository was archived by the owner on Nov 23, 2023. It is now read-only.

Commit 7a4d31d

Browse files
RodaxfckGuillaume Delaval
and
Guillaume Delaval
authored
fix: prefix locator is set to 'default' if prefix is None on 'find' method but there is no 'default' on strategies (#7)
Co-authored-by: Guillaume Delaval <guillaume.delaval@orange.com>
1 parent 3a5b5ab commit 7a4d31d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AppiumFlutterLibrary/finder/elementfinder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ def __init__(self):
1010
'semantics': self._find_by_semantics_label,
1111
'tooltip': self._find_by_tooltip_message,
1212
'type': self._find_by_type,
13+
'default': self._find_by_key,
1314
}
1415

1516
def find(self, application, locator):

0 commit comments

Comments
 (0)