Skip to content

Commit a08c7c7

Browse files
authored
update docstring for find_elements_by_image
1 parent 92dd57d commit a08c7c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/appium_lib_core/common/base/driver.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def find_element_by_image(png_img_path, match_threshold: DEFAULT_MATCH_THRESHOLD
234234
#
235235
# @example
236236
#
237-
# e = @@driver.find_elements_by_image './test/functional/data/test_element_image.png'
237+
# e = @@driver.find_elements_by_image ['./test/functional/data/test_element_image.png']
238238
# e == [] # if the `e` is empty
239239
#
240240
def find_elements_by_image(png_img_paths, match_threshold: DEFAULT_MATCH_THRESHOLD, visualize: false)

0 commit comments

Comments
 (0)