Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(java-client): Added correct url path for the latest appium documentation #1974

Merged
merged 1 commit into from
Aug 1, 2023
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