PropertiesCollection class
Platform: Selenium 3Language: C# SDK:
A collection of key/value pairs.
Using statement
using Applitools;
Methods
- Add()
- Add a key/value property pair to the collection.
- Clear()
- Delete all of the key/value pairs in the collection.
- GetEnumerator()
- Use this method to get get an enumerator to iterate through the collection.