strings
Returns application strings of the application in a specific language.
Usage
1 | browser.strings(language); |
Parameters
Param | Type | Details |
---|---|---|
language | String | if set it returns app strings only for that specific language |
Example
1 | it('should return app strings for Android application', function () { |