robocorp / rpaframework

Collection of open-source libraries and tools for Robotic Process Automation (RPA), designed to be used with both Robot Framework and Python
https://www.rpaframework.org/
Apache License 2.0
1.17k stars 227 forks source link

RPA.Assistant rows argument in Add text input #894

Closed robot-tri-table closed 1 year ago

robot-tri-table commented 1 year ago

I don't have the option to add rows in Add text input kewords

xylix commented 1 year ago

What sort of use case are you building exactly? (Just for context.) I will look into adding support for rows into next minor release of RPA.Assistant. Might add ability to specify both minimum amount of rows and maximum, to enable expanding textfields like like in below video.

https://user-images.githubusercontent.com/13387304/227915103-8be472e6-c225-4408-8be6-12aa789e023d.mov

xylix commented 1 year ago

Fixed in https://github.com/robocorp/rpaframework/pull/904/, release 2.2.0 coming soon.