MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / ToDictionary

Method ToDictionary

dotnet/src/webdriver/WebElement.cs:691–696  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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.

Callers 10

FrameMethod · 0.45
WebElementClass · 0.45
GetAttributeMethod · 0.45
PrintMethod · 0.45
PerformActionsMethod · 0.45
StartSessionMethod · 0.45
AddCredentialMethod · 0.45

Calls 1

AddMethod · 0.45

Tested by 1