Skip to content
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

fix: use relaxed syntax for executeScript argument #1158

Merged
merged 1 commit into from Oct 27, 2023

Conversation

eglitise
Copy link
Collaborator

This PR relaxes the valid syntax for the executeScript command argument.
Currently, the input argument must be an array, which is not obvious - only the WDIO client requires this syntax; all other clients accept a dictionary or map.
With this change, the array brackets are made optional.

@eglitise eglitise added the fix This resolves a user-facing problem label Oct 27, 2023
@eglitise eglitise merged commit 83d6553 into appium:main Oct 27, 2023
5 checks passed
@eglitise eglitise deleted the relax-executescript-syntax branch October 27, 2023 14:26
shiva-guntoju pushed a commit to shiva-guntoju/appium-inspector that referenced this pull request Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix This resolves a user-facing problem
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants