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` post-release improvements #775

Closed cmin764 closed 1 year ago

cmin764 commented 1 year ago

Gathering here a list of improvements that need to be brought after the first version of RPA.Assistant gets silently released.

Moved to https://github.com/robocorp/rpaframework/projects/5?add_cards_query=is:open

As a continuation work of #682

xylix commented 1 year ago

(some sample code I wrote up during development)

    # TODO: implement (BottomLeft, BottomRight, TopRight)
    # elif location is Location.BottomRight:
    #     left_coordinate = screen_width
    #     top_coordinate = screen_height
    #     return (
    #         left_coordinate - window_width,
    #         top_coordinate - window_height,
    #     )
xylix commented 1 year ago

Possible idea: Add way for the UI to display errors (for example if a button fails to execute the callback code)

xylix commented 1 year ago

superceded by the project kanban https://github.com/robocorp/rpaframework/projects/5?add_cards_query=is:open