public class SeleniumTestsPlugins extends Object
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}plugin" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SeleniumTestsPlugins() |
public List<Plugin> getPlugin()
set
method for the plugin property.
For example, to add a new item, do as follows:
getPlugin().add(newItem);
Objects of the following type(s) are allowed in the list PluginCopyright © 2015. All rights reserved.