Skip to content

Commit

Permalink
Merge pull request #12 from waldoapp/khalil/add-doc-for-languages
Browse files Browse the repository at this point in the history
Add doc for languages
  • Loading branch information
KhalilBell authored Sep 9, 2024
2 parents fc3c728 + 20b0aca commit 1a1c1a8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,22 @@ If this option is not specified, the default device configured for the app in Wa
Type: `string` <br/>
Default: `undefined`

### Language

To set the language for a session you can use the `appium:language` capability.
This key allows you to specify the language in which the app will run during the session.

```ts
{
"capabilities": [{ "appium:language": "fr" }]
}
```

Please not that each device supports a different set of languages. To determine which languages a specific device supports, you can make a call to the []`GET /devices` endpoint](https://docs.waldo.com/reference/getdevices) on `https://core.waldo.com` and check `supportedLanguages`.

Type: `string` <br/>
Default: `en`

## Additional commands

In addition to configuring Waldo as a remote WebDriver endpoint this package also adds the following commands on the
Expand Down

0 comments on commit 1a1c1a8

Please sign in to comment.