Category "robotframework"

How to maximize Headless Chrome window in Robot Framework?

I'm not able to start Headless chrome with a maximized window. I tried two solutions but none of them worked for me. First solution : Open Browser ${LOGIN_

RobotFramework: How to convert date to lose leading zeros from single digit days

See below. From checking dateformats, the %d should work but doesnt seem to - see output. Log to console Completion Date ${completion_date} ${date_to_search_f

Robot Framework - check if element defined by xpath exists

I'm wondering, I'd love to find or write condition to check if some element exists. If it does than I want to execute body of IF condition. If it doesn't exist