·
11 commits
to main
since this release
Patch Changes
-
6ed0469: ## Fix: support
appium:optionsnested capability format andavdfallback (#1118)Appium caps need to be prefixed with
appium:, but this can feel redundant when you have a lot of caps. So you can also put them inside theappium:options-object. This was not supported by the visual module and was reported in #1118. It is now supported.The following capabilities are now correctly read from both
appium:-prefixed top-level format and the nestedappium:optionsformat:deviceNamenativeWebScreenshotavd(new, see below)
Second issue that is fixed is that for Android the
deviceNamecould be left away and theavdcould be provided. This is now also supported wheredeviceNametakes priority overavdif both are provided.Committers: 1
- Wim Selles (@wswebcreation)