File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -106,9 +106,7 @@ public IWebDriver Frame(IWebElement frameElement)
106
106
throw new ArgumentException ( "frameElement cannot be converted to IWebElementReference" , nameof ( frameElement ) ) ;
107
107
}
108
108
109
- // TODO: Remove "ELEMENT" addition when all remote ends are spec-compliant.
110
109
Dictionary < string , object > elementDictionary = elementReference . ToDictionary ( ) ;
111
- elementDictionary . Add ( "ELEMENT" , elementReference . ObjectReferenceId ) ;
112
110
113
111
Dictionary < string , object > parameters = new Dictionary < string , object > ( ) ;
114
112
parameters . Add ( "id" , elementDictionary ) ;
Original file line number Diff line number Diff line change @@ -845,7 +845,6 @@ private static object ConvertObjectToJavaScriptObject(object arg)
845
845
}
846
846
else if ( argAsObjectReference != null )
847
847
{
848
- // TODO: Remove "ELEMENT" addition when all remote ends are spec-compliant.
849
848
Dictionary < string , object > webDriverObjectReferenceDictionary = argAsObjectReference . ToDictionary ( ) ;
850
849
converted = webDriverObjectReferenceDictionary ;
851
850
}
You can’t perform that action at this time.
0 commit comments