Ymil
(Lautaro)
5 March 2026 16:40
1
Hi, I’m Lautaro and I recently built a small Robot Framework library called WebDialogs .
It allows Robot Framework dialogs to be displayed in a web interface instead of a local GUI window.
This makes it easier to interact with tests when running them on headless servers, over SSH, or in remote environments .
It is compatible with common Dialogs keywords and also supports custom HTML forms using Jinja2 templates for more complex interactions.
Example:
*** Settings ***
Library WebDialogs
*** Test Cases ***
Example
${name}= Get Value From User Your name?
Log Hello ${name}
GitHub:
WebDialogs is a Robot Framework library that allows you to run interactive dialogs in a web browser
Feedback and suggestions are welcome
rasjani
(not available)
5 March 2026 16:47
2
Ymil
(Lautaro)
8 March 2026 13:51
3
Thanks! I’m glad to hear someone else was exploring a similar idea.
I hadn’t considered using Textual for this, that’s an interesting approach.
If you still have the PoC around I’d be curious to see how you implemented it.
rasjani
(not available)
9 March 2026 12:31
4
I wasn’t writing external library but modifying robot itself to use Textual instead of Tk and usecase was that in same cases, there might not be UI.
checked my code folder and apparently the project was in now defunct laptop
FrancisG
(Francis)
13 March 2026 09:50
5
Thanks for sharing Ymil. This looks great!
I would suggest posting on Robot Framework Slack community too.
That will probably draw additional attention, and therefore feedback