You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Bump com.gradleup.shadow from 8.3.7 to 8.3.8 [#2315](https://github.com/appium/java-client/pull/2315)
25
+
- Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 [#2320](https://github.com/appium/java-client/pull/2320)
26
+
8
27
_9.5.0_
9
28
-**[ENHANCEMENTS]**
10
29
- Allow extension capability keys to contain dot characters [#2271](https://github.com/appium/java-client/pull/2271)
@@ -667,14 +686,14 @@ _8.6.0_
667
686
668
687
*6.0.0-BETA1*
669
688
-**[ENHANCEMENT]****[REFACTOR]****[BREAKING CHANGE]****[MAJOR CHANGE]** Improvements of the TouchActions API [#756](https://github.com/appium/java-client/pull/756), [#760](https://github.com/appium/java-client/pull/760):
670
-
-`io.appium.java_client.touch.ActionOptions` and sublasses were added
689
+
-`io.appium.java_client.touch.ActionOptions` and subclasses were added
671
690
- old methods of the `TouchActions` were marked `@Deprecated`
672
691
- new methods which take new options.
673
-
-**[ENHANCEMENT]**. Appium drivr local service uses default process environment by default. [#753](https://github.com/appium/java-client/pull/753)
692
+
-**[ENHANCEMENT]**. Appium driver local service uses default process environment by default. [#753](https://github.com/appium/java-client/pull/753)
674
693
-**[BUG FIX]**. Removed 'set' prefix from waitForIdleTimeout setting. [#754](https://github.com/appium/java-client/pull/754)
675
694
-**[BUG FIX]**. The asking for session details was optimized. Issue report [764](https://github.com/appium/java-client/issues/764).
Copy file name to clipboardExpand all lines: docs/How-to-report-an-issue.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Be sure that it is not a server-side problem if you are facing something that looks like a bug
2
2
3
-
The Appium Java client is the thin client which just sends requests and receives responces generally.
3
+
The Appium Java client is the thin client which just sends requests and receives responses generally.
4
4
Be sure that this bug is not reported [here](https://github.com/appium/appium/issues) and/or there is
5
5
no progress on this issue.
6
6
@@ -13,8 +13,8 @@ If it is the feature request then there should be the description of this featur
13
13
14
14
### Environment (bug report)
15
15
16
-
* java client build version or git revision if you use some shapshot:
17
-
* Appium server version or git revision if you use some shapshot:
16
+
* java client build version or git revision if you use some snapshot:
17
+
* Appium server version or git revision if you use some snapshot:
18
18
* Desktop OS/version used to run Appium if necessary:
19
19
* Node.js version (unless using Appium.app|exe) or Appium CLI or Appium.app|exe:
20
20
* Mobile platform/version under test:
@@ -32,7 +32,7 @@ You can git clone https://github.com/appium/appium/tree/master/sample-code or ht
32
32
Also you can create a [gist](https://gist.github.com) with pasted java code sample or paste it at ussue description using markdown. About markdown please read [Mastering markdown](https://guides.github.com/features/mastering-markdown/) and
33
33
[Writing on GitHub](https://help.github.com/categories/writing-on-github/)
34
34
35
-
### Ecxeption stacktraces (bug report)
35
+
### Exception stacktraces (bug report)
36
36
37
37
There should be created a [gist](https://gist.github.com) with pasted stacktrace of exception thrown by java.
Copy file name to clipboardExpand all lines: docs/environment.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,4 +32,4 @@ Remember to reload the config after it has been changed by restarting the comman
32
32
Also, it is possible to set variables on [per-process](https://stackoverflow.com/questions/10856129/setting-an-environment-variable-before-a-command-in-bash-not-working-for-second) basis.
33
33
This might be handy if Appium is set up to start automatically with the operating system, because on early stages of system initialization it is possible that the "usual" environment has not been loaded yet.
34
34
35
-
In case the Appium process is started programatically, for example with java client's `AppiumDriverLocalService` helper class, then it might be necessary to setup the environment [in the client code](https://github.com/appium/java-client/pull/753), because prior to version 6.0 the client does not inherit it from the parent process by default.
35
+
In case the Appium process is started programmatically, for example with java client's `AppiumDriverLocalService` helper class, then it might be necessary to setup the environment [in the client code](https://github.com/appium/java-client/pull/753), because prior to version 6.0 the client does not inherit it from the parent process by default.
0 commit comments