Greg Meece

Results 3 comments of Greg Meece

I found a very crude/non-optimal workaround. If you format your Markdown code thusly: ````markdown 1) Open a terminal 2) Change to your favorite directory (i.e. `cd /opt`) 3) Clone the...

@automationTestStudent - have you tried specifying the namespace for each of the methods/keywords you're trying to use? In other words: ```robotframework Valid Login [Setup] Go to page LoginPage Enter Username...

FWIW, I screwed up my `launch.json` file and it wasn't loading the variables from a YAML file (my preferred way to have runtime variables in a file). This was a...