IExplorerBarItemsCollection<T> Interface |
Namespace: SmartBear.TestLeft.TestObjects
Name | Description | |
---|---|---|
![]() | Item[Int32, Int32] |
Gets an item value by the item index (zero-based) and group index (zero-based).
|
![]() | Item[Int32, String] |
Gets an item value by the item name and group index (zero-based).
|
![]() | Item[String, Int32] |
Gets an item value by the item index (zero-based) and the group name.
|
![]() | Item[String, String] |
Gets an item value by the item name and group name.
|