Search code examples
robotframework

Can I split a robot framework keyword into a two line keyword?


I have a very extensive keyword then i'd like to split it in two or more lines.

I tried to use ellipsis (...) but it didn't work.

What I do have:

This is my very extensive keyword and I would like to split it

What I've tried:

This is my very extensive
... keyword and I would like to split it

and (2 spaces)

This is my very extensive
...  keyword and I would like to split it

Solution

  • You can't do what you want. You can't split a keyword name across multiple lines.