Bug 1778976 Comment 7 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Adding webdriver:relnote

Added support for three commands of the `script` module. The "evaluate" command allows to evaluate a JavaScript expression and retrieve the result as a serialized remote value. "callFunction" is similar, but allows to execute a function declaration, which supports "arguments" and "this" parameters. "arguments" and "this" can be any remote value, including remote references directly mapped to objects retrieved from previous calls to "evaluate" or "callFunction". Those remote references require strong references to be created to avoid garbage collection issues, but they can be deleted explicitly using the "disown" command.
Adding webdriver:relnote

~~Added support for three commands of the `script` module. The "evaluate" command allows to evaluate a JavaScript expression and retrieve the result as a serialized remote value. "callFunction" is similar, but allows to execute a function declaration, which supports "arguments" and "this" parameters. "arguments" and "this" can be any remote value, including remote references directly mapped to objects retrieved from previous calls to "evaluate" or "callFunction". Those remote references require strong references to be created to avoid garbage collection issues, but they can be deleted explicitly using the "disown" command.~~
Adding webdriver:relnote

~~Added support for three commands of the `script` module. The "evaluate" command allows to evaluate a JavaScript expression and retrieve the result as a serialized remote value. "callFunction" is similar, but allows to execute a function declaration, which supports "arguments" and "this" parameters. "arguments" and "this" can be any remote value, including remote references directly mapped to objects retrieved from previous calls to "evaluate" or "callFunction". Those remote references require strong references to be created to avoid garbage collection issues, but they can be deleted explicitly using the "disown" command.~~

See comment #9
Adding webdriver:relnote

~~Added support for three commands of the `script` module. The "evaluate" command allows to evaluate a JavaScript expression and retrieve the result as a serialized remote value. "callFunction" is similar, but allows to execute a function declaration, which supports "arguments" and "this" parameters. "arguments" and "this" can be any remote value, including remote references directly mapped to objects retrieved from previous calls to "evaluate" or "callFunction". Those remote references require strong references to be created to avoid garbage collection issues, but they can be deleted explicitly using the "disown" command.~~

See comment #9 .

Back to Bug 1778976 Comment 7