Skip to content

Adding support for Ruby and more functions #34

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Shirkiss
Copy link

@Shirkiss Shirkiss commented Jul 9, 2018

  1. Adding support in generating Ruby page objects with all existing functionality (click methods, generate page objects, fill method, fill and submit method and verify URL method)
  2. Adding support in custom attributes (e.g. "data-automations")
  3. Adding support in scanning div/span
  4. Adding support in verify visible methods (for elements of type div & span)
  5. Adding "go to page" method (method with page URL)
  6. Adding documentation to main functions
  7. Adding "name format" option to let the user decide if he wants to use the element's inner text to determine the page object name or to use the attribute value.
  8. Adding support to "index" param on Ruby templates when the attribute value is identical to another page object.

Shirkiss added 2 commits July 9, 2018 11:36
1. Adding support in generating Ruby page objects with all existing functionality (click methods, generate page objects, fill method, fill and submit method and verify URL method)
2. Adding support in custom attributes (e.g. "data-automations")
3. Adding support in scanning div/span
4. Adding support in verify visible methods (for elements of type div & span)
5. Adding "go to page" method (method with page URL)
6. Adding documentation to main functions
7. Adding "name format" option to let the user decide if he wants to use the element's inner text to determine the page object name or to use the attribute value.
8. Adding support to "index" param on Ruby templates when the attribute value is identical to another page object.
1. Adding "visible?" method
2. Removing labels from methods name
3. Adding "loaded?" method
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