Bryan Oakley

Results 60 comments of Bryan Oakley

You don't need a modification to the core to do this. You can use a listener to output any information you want. On Fri, Sep 17, 2021 at 2:47 AM...

Would it make sense to make `:=` an alias for `Set Variable`? ``` *** Test cases *** Example ${message} := Hello, world ${this} ${that} := string one string two ```

I bet you could write a short python script that automatically generates the necessary number of tests in a temporary directory, and then runs robot against the generated suite of...

backticks would have a little bit of symmetry with some languages, as well as with markdown: ${result}= Another keyword `keyword arg1 arg2` Perhaps the rule would be _"any cell that...

For me, it seems like the inline syntax should be the same as normal syntax. That way I could easily cut and paste something into the double curly brackets and...

I've attached an output.xml file which shows one of these types of errors. It was generated by this simple test case: ``` *** Settings *** Library bogus *** Test Cases...

Currently, the only solution is to make sure that func1_subfolder`, func1_subfolder1, etc are all in your PYTHONPATH. The page object library uses the core robot mechanism for finding libraries, and...

yes, unfortunately the installer doesn't work in python3. I'm aware of the problem and hope to have a fix as soon as I can find the time. On Wed, Apr...

Thank you very much for the feedback! You raised some very interesting points. Here are a few quick thoughts: ### Multiple browser support Multiple browser support should work out of...

Yes, though it actually works now. You just need the Selenium2Library wrapper (my library has a hard-coded reference to it), or you can subclass PageObjectLibrary to change that hard-coded value....