You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DispId(602),Description("Execute an asynchronous piece of JavaScript in the current frame or window. Returns the first argument of the callback function.")]
Copy file name to clipboardExpand all lines: Selenium/ComInterfaces/_WebElement.cs
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -242,11 +242,14 @@ public interface _WebElement {
242
242
243
243
#region Javascript
244
244
245
-
[DispId(601),Description("Execute JavaScrip on the page")]
245
+
[DispId(601),Description("Executes a piece of JavaScript in the context of the current element. Returns the value specified by the return statement.")]
[DispId(602),Description("Executes an asynchronous piece of JavaScript in the context of the current element. Returns the first argument of the callback function.")]
0 commit comments