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

element.JsSetValue as extension does not wait, element.With(setValueByJs: true).SetValue waits ... o_O How to deal with thet? #88

Open
yashaka opened this issue May 14, 2021 · 0 comments

Comments

@yashaka
Copy link
Owner

yashaka commented May 14, 2021

probably the user would expect waiting for both:

  • element.JsSetValue as extension
  • element.With(setValueByJs: true).SetValue

but JsSetValue is based on element.ExecuteScript that is raw script execution to give full power to the end user... maybe somebody would implement waiting on js side on his own, why not?
So we should find a way to have JsSetValue to wait... yet keeping element.ExecuteScript to be at least customizable to turn off waiting... or be turned off by default...

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

No branches or pull requests

1 participant