Skip to content

Add a method to JavaScriptExecutor to return a value #293

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kysmith-csg
Copy link
Contributor

The current JavaScriptExecutor only contains a single method, execute, which does not allow the return value of the given JavaScript code to be captured. This change adds a new method, evaluate, that returns with the return value of the JavaScript code (if any).

@eclipse-rap-bot
Copy link

Can one of the admins verify this patch?

@mknauer
Copy link
Contributor

mknauer commented Apr 15, 2025

ok to test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants