@Retention(value=RUNTIME) @Target(value=FIELD) public @interface OverrideWidget
Modifier and Type | Optional Element and Description |
---|---|
Class<? extends Widget> |
androidUIAutomator
This property is designed for Android native content.
|
Class<? extends Widget> |
html
This property is designed for HTML (browser or web view) content.
|
Class<? extends Widget> |
iOSUIAutomation
This property is designed for iOS native content.
|
Class<? extends Widget> |
selendroid
This property is designed for Android native content when Selendroid automation is used.
|
public abstract Class<? extends Widget> html
public abstract Class<? extends Widget> androidUIAutomator
public abstract Class<? extends Widget> iOSUIAutomation
public abstract Class<? extends Widget> selendroid
Copyright © 2015. All rights reserved.