Skip to content

Commit 84e178c

Browse files
committed
address exceptions
1 parent 5ab1960 commit 84e178c

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

lib/appium_lib_core/driver.rb

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,7 @@ class Driver
204204
# @return [Appium::Core::Base::Driver]
205205
attr_reader :driver
206206

207-
# <b>[Experimental feature]</b><br>
208-
# Enable an experimental feature updating Http client endpoint following below keys by Appium/Selenium server.<br>
207+
# Enable updating Http client endpoint following below keys by Appium/Selenium server.<br>
209208
# This works with {Appium::Core::Base::Http::Default}.
210209
#
211210
# If your Selenium/Appium server decorates the new session capabilities response with the following keys:<br>
@@ -217,6 +216,12 @@ class Driver
217216
# ignore them if this parameter is <code>false</code>. Defaults to true.
218217
# These keys can have <code>appium:</code> prefix.
219218
#
219+
# Note that the server should provide the keys with valid values. The host value must not be
220+
# - loopback (for example `127.0.0.1`, `::1`)
221+
# - link-local (for example `169.254.x.x`, `fe80::/10`)
222+
# - unspecified/wildcard (`0.0.0.0`, `::`)
223+
# - multicast (`224.0.0.0/4`, `ff00::/8`)
224+
#
220225
# @return [Bool]
221226
attr_reader :direct_connect
222227

0 commit comments

Comments
 (0)