We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a80148a commit b62f1fdCopy full SHA for b62f1fd
docs/api/web-frame.md
@@ -136,6 +136,9 @@ Inserts `text` to the focused element.
136
* `callback` Function (optional) - Called after script has been executed.
137
* `result` Any
138
139
+Returns `Promise` - A promise that resolves with the result of the executed code
140
+or is rejected if the result of the code is a rejected promise.
141
+
142
Evaluates `code` in page.
143
144
In the browser window some HTML APIs like `requestFullScreen` can only be
0 commit comments