()
| 689 | } |
| 690 | |
| 691 | Dictionary<string, object> IWebDriverObjectReference.ToDictionary() |
| 692 | { |
| 693 | Dictionary<string, object> elementDictionary = new Dictionary<string, object>(); |
| 694 | elementDictionary.Add(ElementReferencePropertyName, this.Id); |
| 695 | return elementDictionary; |
| 696 | } |
| 697 | |
| 698 | /// <summary> |
| 699 | /// Executes a command on this element using the specified parameters. |