-
Notifications
You must be signed in to change notification settings - Fork 15
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
New keywords for handling text in listview #89
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we move/merge "Handle ListView" test from items.robot to listview.robot
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
listview_row_in_index_should_not_contain(self, locator, row_index, value) ->
listview_row_in_index_should_not_contain(self, locator, row_index, expected)
New keywords:
Get Listview Cell Text
Get Listview Cell Text By Index
Get Listview Row Text
Get Listview Row Text By Index
Listview Cell In Index Should Contain
Listview Cell In Index Should Not Contain
Listview Cell Should Contain
Listview Cell Should Not Contain
Listview Cell Text In Index Should Be
Listview Cell Text In Index Should Not Be
Listview Cell Text Should Be
Listview Cell Text Should Not Be
Listview Row In Index Should Contain
Listview Row In Index Should Not Contain
Listview Row Should Contain
Listview Row Should Not Contain
Also updated and cleaned up keyword documentation