We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db2402c commit 3438b48Copy full SHA for 3438b48
lib/appium_lib_core/common/base/has_location.rb
@@ -54,7 +54,7 @@ def location=(location)
54
# @param [String, Number] altitude Set the altitude.
55
# @param [String, Number] speed Set the speed to apply the location on Android real devices
56
# in meters/second @since Appium 1.21.0 and in knots for emulators @since Appium 1.22.0.
57
- # @param [String, Number] satellites Sets the number of geo satellites being tracked @since Appium 1.22.0.
+ # @param [String, Number] satellites Sets the count of geo satellites being tracked in range 1..12 @since Appium 1.22.0.
58
# This number is respected on Emulators.
59
# @param [::Selenium::WebDriver::Location]
60
#
0 commit comments