Missing super-useful functionalities? (live mode, record, execute from spreadsheet…)

I’m looking for a fully open source RPA, and robotframework seems fairly active… Yet it seems to miss a few must-have features (available in tagUi, but it has a much less active community) and I don’t know if I just me missing the info or not.

Among others:

  • is it possible to have a “live mode” where I can type commands a see in live how the browser responds? Seems needed to debug/write anything.
  • it it possible to have a “record” option that generates automatically a script based on my actions in the browser to quickly prototype? TagUi has one and maybe cypress (or was it playwright) as well?
  • how can I run then my scripts for many entries, e.g. stored in a spreadsheet? Do I need to manually code some bash to sun robotframework command line, or is there a low-code approach?