Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release - v1 #1

Merged
merged 80 commits into from
Aug 3, 2024
Merged

Release - v1 #1

merged 80 commits into from
Aug 3, 2024

Conversation

jjpaulo2
Copy link
Owner

@jjpaulo2 jjpaulo2 commented Jul 16, 2024

Objective

  • Turn easy to manipulate each aspect of an web automation.
  • Remove the necessity of use imports statements.
  • Build most used elements abstractions.

Elements abstractions

  • Element / Generical element abstraction
  • InputElement / Text inputs abstraction
  • FileInputElement / File input abstraction
  • RadioInputElement / Radio input abstraction
  • CheckboxElement / Checkbox input abstraction
  • SelectElement / Select input abstraction
  • ListElement / Lists (ordered and unordered) abstraction
  • ButtonElement / Buttons and links abstraction
  • FormElement / Form abstraction
    • Form submit by click in a button
    • Form success mechanism
  • TableElement / Table abstraction
    • Pretty print table in console
  • ImageElement / Image elements abstraction
    • Download image file

Interacions abstractions

  • Timer / Wait interactions
  • Keyboard / Press buttons on screen interactions
  • Screenshot / Screenshots interactions
    • Save viewport png screenshot
    • Save full page png screenshot
  • Cookies / Cookies interactions
  • Console / Javascript interactions
  • Tabs / Tabs interactions

Another TO-DOs

@jjpaulo2 jjpaulo2 self-assigned this Jul 16, 2024
fastrpa/app.py Outdated Show resolved Hide resolved
fastrpa/core/elements.py Outdated Show resolved Hide resolved
fastrpa/core/elements.py Outdated Show resolved Hide resolved
@jjpaulo2 jjpaulo2 marked this pull request as ready for review August 3, 2024 03:13
@jjpaulo2 jjpaulo2 merged commit c1d0838 into main Aug 3, 2024
5 checks passed
@jjpaulo2 jjpaulo2 deleted the release/v1 branch August 3, 2024 03:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant