How to test for blank text field when using robotframework-selenium?

后端 未结 3 1528
耶瑟儿~
耶瑟儿~ 2021-02-13 12:03

How can I specify blank/empty value for a text field when using the robotframework-seleniumlibrary with a TSV file? For example, I have the following:

Textfield          


        
3条回答
  •  一个人的身影
    2021-02-13 13:00

    You can use either a single backslash \ or special variable ${EMPTY} to create an empty string in the test data. User guide has the details: Robot Framework User Guide.

提交回复
热议问题