Skip to content

Commit 86f1655

Browse files
Rename mobile find to complex_find
1 parent 109139b commit 86f1655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/appium_lib/common/patch.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def raw_execute(command, opts = {}, command_hash = nil)
9494
# For complex_find, we pass a whole array
9595
if command_hash.kind_of? Array
9696
print_command[:args] = [command_hash.clone]
97-
print_command[:script] = 'mobile: find' if command == :complex_find
97+
print_command[:script] = 'complex_find' if command == :complex_find
9898
else
9999
print_command = command_hash.clone
100100
end

0 commit comments

Comments
 (0)