We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With 5.7 version a lot of false positives for undefined-argument-value with following RF syntax: ${test}= Get Text xpath=(//h4)[5] *= min
${test}= Get Text xpath=(//h4)[5] *= min
X.robot:89:42 [E] 0933 Undefined argument value, use *=${EMPTY} instead (undefined-argument-value)
Seems that it doesn't work right with two space syntax when the keyword supports assert operations.
Error: ${test}= Get Text xpath=(//h4)[5] *= min No error: ${test}= Get Text xpath=(//h4)[5] *=min
https://marketsquare.github.io/robotframework-browser/Browser.html?tag=Getter#Get%20Text
No response
5.7
The text was updated successfully, but these errors were encountered:
Duplicate #1160 (I will continue discussion in that issue)
Sorry, something went wrong.
This has been closed by #1165
Apparently I messed up the closed message in the PR
No branches or pull requests
What happened?
With 5.7 version a lot of false positives for undefined-argument-value with following RF syntax:
${test}= Get Text xpath=(//h4)[5] *= min
What command/code did you try to run?
${test}= Get Text xpath=(//h4)[5] *= min
What is the full error message?
X.robot:89:42 [E] 0933 Undefined argument value, use *=${EMPTY} instead (undefined-argument-value)
What did you expect to happen instead?
Seems that it doesn't work right with two space syntax when the keyword supports assert operations.
Error: ${test}= Get Text xpath=(//h4)[5] *= min
No error: ${test}= Get Text xpath=(//h4)[5] *=min
https://marketsquare.github.io/robotframework-browser/Browser.html?tag=Getter#Get%20Text
Operating System
No response
Robocop version
5.7
The text was updated successfully, but these errors were encountered: