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
When Get Text returns me
Get Text
HOME Workbox
then
✅ Get Text element matches HOME ✅ Get Text element matches Workbox ❌ Get Text element matches HOME.*Workbox
Get Text element matches HOME
Get Text element matches Workbox
Get Text element matches HOME.*Workbox
It would be great if there would be some support out of the box for result strings which are multiline.
(See also https://robotframework.slack.com/archives/C015KB1QSDN/p1701255745908669)
The text was updated successfully, but these errors were encountered:
As written in Slack adding \n instead of the dot would already now work.
\n
I looked for the flags and we will add re.DOTALL flag to matches
re.DOTALL
matches
Sorry, something went wrong.
Belongs to AssertionEngine side: MarketSquare/AssertionEngine#176 closing this one.
No branches or pull requests
When
Get Text
returns methen
✅
Get Text element matches HOME
✅
Get Text element matches Workbox
❌
Get Text element matches HOME.*Workbox
It would be great if there would be some support out of the box for result strings which are multiline.
(See also https://robotframework.slack.com/archives/C015KB1QSDN/p1701255745908669)
The text was updated successfully, but these errors were encountered: