VisualGridOption class
Platform: Selenium 3Language: Python SDK:
An object of this type represents a configuration key/value pair, to be passed to the Ultrafast Grid.
Import statement
from applitools.common import VisualGridOption
Constructor
- VisualGridOption()
- Create an option key/value pair to pass to the Visual Grid.
Properties
- keyType:Text
- Use this property to set and retrieve the Visual Grid option key.
- valueType:Any
- Use this property to set and retrieve the Visual Grid option value.