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

Web Automation: Select Commands #157

Open
abagabagon opened this issue May 7, 2022 · 1 comment
Open

Web Automation: Select Commands #157

abagabagon opened this issue May 7, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@abagabagon
Copy link
Owner

abagabagon commented May 7, 2022

Description

Create a class that would include Methods relating to Select Commands for Web Automation. The following methods must be implemented:

  • Select
  • Deselect

Note that there should be methods as well that enables user to perform Select Commands on Elements under a Parent Web Element.

Corresponding waits must be applied as well for the methods to ensure success of the executed method.

Corresponding Exceptions must be handled as well. Which could include the following:

  • NullPointerException
  • StaleElementReferenceException
  • UnexpectedTagNameException
  • Exception

Dependencies

@abagabagon abagabagon self-assigned this May 7, 2022
@abagabagon abagabagon added this to the Web Automation milestone May 7, 2022
@abagabagon abagabagon added the enhancement New feature or request label May 7, 2022
@abagabagon
Copy link
Owner Author

Implementation done. Setting status to READY TO TEST.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Ready to Test
Development

No branches or pull requests

1 participant