Skip to content

Commit

Permalink
feat: Add the support of timeZone capability (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach authored Apr 10, 2024
1 parent 7607eb8 commit f2039d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ appium:disableSuppressAccessibilityService | Being set to `true` tells the instr
appium:userProfile | Integer identifier of a [user profile](https://source.android.com/devices/tech/admin/multi-user). By default the app under test is installed for the currently active user, but in case it is necessary to test how the app performs while being installed for a user profile, which is different from the current one, then this capability might come in handy.
appium:newCommandTimeout | How long (in seconds) the driver should wait for a new command from the client before assuming the client has stopped sending requests. After the timeout the session is going to be deleted. `60` seconds by default. Setting it to zero disables the timer.
appium:skipLogcatCapture | Skips to start capturing logs such as logcat. It might improve network performance. Log-related commands won't work if the capability is enabled. Defaults to `false`.
appium:timeZone | Overrides the current device's time zone since the driver version 3.1.0. This change is preserved until the next override. The time zone identifier must be a valid name from the list of [available time zone identifiers](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones), for example `Europe/Kyiv`


## Element Attributes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"dependencies": {
"appium-adb": "^12.0.0",
"appium-android-driver": "^9.0.5",
"appium-android-driver": "^9.1.0",
"appium-chromedriver": "^5.6.28",
"appium-uiautomator2-server": "^7.0.1",
"asyncbox": "^3.0.0",
Expand Down

0 comments on commit f2039d3

Please sign in to comment.