1.0.18 • Published 1 month ago

@appium/universal-xml-plugin v1.0.18

Weekly downloads
50
License
Apache-2.0
Repository
github
Last release
1 month ago

@appium/universal-xml-plugin

Appium plugin for transforming platform-specific XML into a universal syntax

NPM version Downloads

This plugin takes the XML page source retrieved using an iOS or Android driver, and changes various node and attribute names to use common terminology that can apply to both platforms. This is achieved by altering the behavior of the getPageSource and findElement methods.

Motivation

Having compatibility between iOS and Android XML sources can simplify creation of cross-platform tests.

Installation

appium plugin install universal-xml

The plugin must be explicitly activated when launching the Appium server:

appium --use-plugins=universal-xml

Examples

Node names

iOSAndroidTransformed
XCUIElementTypeButtonandroid.widget.ButtonButton
XCUIElementTypeAlertandroid.widget.ToastAlert
XCUIElementTypeSwitchandroid.widget.SwitchSwitchInput

See the mapping file for a full list of node name translations. Any names not specified are left as-is.

Attribute names

iOSAndroidTransformed
namecontent-descaxId
labeltexttext
visibledisplayedvisible

Note that this plugin also removes a few attributes from the transformed XML. See the mapping file for a full list of attribute name translations and removed attributes. Any names not specified are left as-is.

License

Apache-2.0

1.0.18

1 month ago

1.0.17

3 months ago

1.0.16

5 months ago

1.0.15

6 months ago

1.0.11

9 months ago

1.0.10

9 months ago

1.0.14

7 months ago

1.0.13

7 months ago

1.0.12

9 months ago

1.0.9

11 months ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.0-beta.15

2 years ago

1.0.0-beta.16

1 year ago

1.0.0-beta.14

2 years ago

1.0.0-beta.11

2 years ago

1.0.0-beta.12

2 years ago

1.0.0-beta.10

2 years ago

1.0.0-beta.9

2 years ago

1.0.0-beta.13

2 years ago

1.0.0-beta.8

2 years ago

1.0.0-beta.7

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago

1.0.0-beta.4

3 years ago

1.0.0-beta.3

3 years ago

1.0.0-beta.2

3 years ago

1.0.0-beta.1

3 years ago

1.0.0-beta.0

3 years ago