Commit fe356e0
committed
refactor: remove legacy fallback for
This change removes the legacy fallback mechanism when executing
`mobile: getAppStrings` in `appium/webdriver/extensions/applications.py`.
The `app_strings` method now exclusively uses the `execute_script`
approach.
Correspondingly, the `GET_APP_STRINGS` command registration in
`Applications._add_commands` and the command definition in
`MobileCommand` have also been removed.mobile: getAppStrings
1 parent 74a9060 commit fe356e0
2 files changed
Lines changed: 1 addition & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
| 244 | + | |
249 | 245 | | |
250 | 246 | | |
251 | 247 | | |
| |||
271 | 267 | | |
272 | 268 | | |
273 | 269 | | |
274 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
| |||
0 commit comments