Questions tagged [robotframwork-whitelibrary]

4 questions
1
vote
1 answer

RobotFramework - Unable to get winform control with exception Failed to get ControlType

I am writing script in RobotFramwork to automate WinForm desktop application, I can identify Grid view but when I try to select cell using official keywords by WhiteLibrary, it returns the following error. AutomationException: Failed to get…
0
votes
1 answer

How to generate report.html for every testsuit( .robot file) in RoboTFramework?

I,m using single pycharm project to run different test files for a particular website. ex -: I'm having robot files with test cases such as loginTest.robot , purchasetest.robot , signinwith_facebook.robot When I run the code for each robot file, the…
0
votes
0 answers

RobotFramework complaining consecutive whitespace issue

I am using robotframework 3.1.2 and its automatically parsing a txt file and complaining the error "Collapsing consecutive whitespace during parsing is deprecated" for every line in the file as the txt file has consecutive whitespaces all across the…