lib/calabash-cucumber/device_agent.rb in calabash-cucumber-0.21.1 vs lib/calabash-cucumber/device_agent.rb in calabash-cucumber-0.21.2
- old
+ new
@@ -128,10 +128,10 @@
# },
# }
# ]
# ```
#
- # @see http://masilotti.com/xctest-documentation/Constants/XCUIElementType.html
+ # @see https://developer.apple.com/documentation/xctest/xcuielementtype
# @param [Hash] uiquery A hash describing the query.
# @return [Array<Hash>] An array of elements matching the `uiquery`.
def query(uiquery)
client.query(uiquery)
end