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

Method AddArgument

cpp/iedriver/Script.cpp:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void Script::AddArgument(const std::string& argument) {
77 LOG(TRACE) << "Entering Script::AddArgument(std::string)";
78 std::wstring wide_argument = StringUtilities::ToWString(argument);
79 this->AddArgument(wide_argument);
80}
81
82void Script::AddArgument(const std::wstring& argument) {
83 LOG(TRACE) << "Entering Script::AddArgument(std::wstring)";

Callers 15

AddNullArgumentMethod · 0.95
AddArgumentsMethod · 0.95
WalkArrayMethod · 0.95
WalkObjectMethod · 0.95
IsDisplayedMethod · 0.45
IsEnabledMethod · 0.45
IsInteractableMethod · 0.45
HasShadowRootMethod · 0.45
IsEditableMethod · 0.45
GetAttributeValueMethod · 0.45
GetCssPropertyValueMethod · 0.45

Calls 11

AddNullArgumentMethod · 0.95
WalkArrayMethod · 0.95
WalkObjectMethod · 0.95
asStringMethod · 0.80
isNullMethod · 0.80
IsAttachedToDomMethod · 0.80
IsDocumentFocusedMethod · 0.80
LOGClass · 0.50
elementMethod · 0.45
GetManagedElementMethod · 0.45
RemoveManagedElementMethod · 0.45

Tested by

no test coverage detected