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

TODO ControlBase Class #35

Closed
5 tasks done
netzulo opened this issue Sep 4, 2017 · 1 comment
Closed
5 tasks done

TODO ControlBase Class #35

netzulo opened this issue Sep 4, 2017 · 1 comment
Assignees
Labels
Feature New functionality proposal

Comments

@netzulo
Copy link
Owner

netzulo commented Sep 4, 2017

Requisites for ControlBase class

  • Can be instanced with one selector
  • Can be instanced with one WebElement instanced element

Methods

  • type() : must exec send_keys from selenium
  • click(): just OnClick over element
  • text() : must return element content text
  • attrs(attr_names=[]): find a list of attributes on WebElement with this name
  • attr(attr_name, attr_value=None):
    • attr_name : find an attribute on WebElement with this name
    • attr_value: if value it's not None, then validate value
@netzulo netzulo self-assigned this Sep 4, 2017
@netzulo netzulo added the Feature New functionality proposal label Sep 4, 2017
netzulo pushed a commit that referenced this issue Sep 24, 2017
netzulo pushed a commit that referenced this issue Sep 24, 2017
@netzulo
Copy link
Owner Author

netzulo commented Sep 24, 2017

closed at #46

@netzulo netzulo closed this as completed Sep 24, 2017
netzulo pushed a commit that referenced this issue Sep 24, 2017
netzulo pushed a commit that referenced this issue Sep 24, 2017
netzulo pushed a commit that referenced this issue Nov 1, 2017
netzulo pushed a commit that referenced this issue Nov 1, 2017
@netzulo netzulo mentioned this issue Nov 1, 2017
3 tasks
netzulo added a commit that referenced this issue Nov 1, 2017
Fix issues #35 #70 #52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New functionality proposal
Projects
None yet
Development

No branches or pull requests

1 participant