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

#1885 make type of setValue() parameter String again #1888

Merged
merged 1 commit into from
Jul 8, 2022

Conversation

asolntsev
Copy link
Member

it allows writing el.value = "Hello" instead of el.setValue("Hello") in Kotlin.

Though, I personally think it's a misuse of setValue method. It was never meant to be a property. User can perform some interactions with web elements, not change properties of web elements.

it allows writing `el.value = "Hello"` instead of `el.setValue("Hello")` in Kotlin.

Though, I personally think it's a misuse of setValue method. It was never meant to be a _property_. User can perform some interactions with web elements, not change properties of web elements.
@asolntsev asolntsev self-assigned this Jul 8, 2022
@asolntsev asolntsev added this to the 6.7.0 milestone Jul 8, 2022
@asolntsev asolntsev linked an issue Jul 8, 2022 that may be closed by this pull request
@sonarcloud
Copy link

sonarcloud bot commented Jul 8, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@asolntsev asolntsev merged commit 8f6c295 into master Jul 8, 2022
@asolntsev asolntsev deleted the #1885-restore-set-value-string branch July 8, 2022 07:51
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.

Backwards-incompatible API change for Kotlin users since 6.5.x
1 participant