Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/java/io/appium/java_client/AppiumBy.java
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public static By custom(final String selector) {

/**
* This locator strategy is available only if OpenCV libraries and
* NodeJS bindings are installed on the server machine.
* Node.js bindings are installed on the server machine.
*
* @see <a href="https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/image-comparison.md">
* The documentation on Image Comparison Features</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
* https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/caps.md#ios-only</a>
* <br>
* and<br>
* <a href="https://github.com/appium/appium-xcuitest-driver#desired-capabilities">
* https://github.com/appium/appium-xcuitest-driver#desired-capabilities</a>
* <a href="https://appium.github.io/appium-xcuitest-driver/latest/capabilities/">
* https://appium.github.io/appium-xcuitest-driver/latest/capabilities/</a>
*
* @deprecated This interface will be removed. Use Options instead.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
/**
* The list of common capabilities. <br>
* Read: <br>
* <a href="https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/caps.md#general-capabilities">
* https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/caps.md#general-capabilities</a>
* <a href="https://appium.io/docs/en/latest/guides/caps/#appium-capabilities">
* https://appium.io/docs/en/latest/guides/caps/#appium-capabilities</a>
*
* @deprecated This interface will be removed. Use Options instead.
*/
Expand Down Expand Up @@ -117,8 +117,8 @@ public interface MobileCapabilityType extends CapabilityType {
* (e.g., the start and end of each command, etc.). Defaults to {@code false}.
* To enable, use {@code true}. The timings are then reported as {@code events} property on response
* to querying the current session. See the
* <a href="https://github.com/appium/appium/blob/master/docs/en/advanced-concepts/event-timings.md">
* event timing docs</a> for the the structure of this response.
* <a href="https://appium.io/docs/en/latest/guides/event-timing/">
* event timing docs</a> for the structure of this response.
*/
String EVENT_TIMINGS = "eventTimings";

Expand Down