frankvanderkuur / robotframework-sapguilibrary

A Robot Framework Library for automating the SAP GUI desktop client
Apache License 2.0
51 stars 20 forks source link

Support element type GuiTitlebar / GuiButton #14

Open simonmeggle opened 2 years ago

simonmeggle commented 2 years ago

Keywords

Element Value Should Contain and Element Value Should Be

do not support GuiTitlebar and GuiButton currently.

I always use to write my tests in a way that after (almost) each action I check for the desired application state. Hence, sometimes it is practical to simply check if a certain button or title is visible.