-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Missing commands from new Scoped Element API's #3901
Comments
Thank you for setting this as an enhancement. One of the product folk will triage this again to help see when we can fit this in an upcoming sprint. |
I would like to work on it |
go for it ;) |
any updates on this? Waiting on this before upgrading to v3 👀 |
hi sir i was trying to find a issue can i work on is present command if no one is working on it |
@gravityvi @garg3133 for this part of this issue
isn't it already there for nightwatch/lib/api/web-element/scoped-element.js Lines 42 to 44 in c990fc6
|
@dikwickley Yes it seems that part already exists. |
@aditya123473892 I've opened a new issue for the |
@garg3133 thanks sir |
Hi @garg3133 @beatfactor, if this issue is still open I would like to do it. |
@Jaishree2310 sure, you can take up the tasks not converted to an issue yet. |
hey assign these task to me and I will resolve these |
All sub-issues here are done now. |
Description
A few missing commands must be added to deprecate old global elements in favor of new Element APIs. Here is the complete list of commands:
isEnabled
command to new Element API #4032isSelected
command to new Element API #4036isVisible
command in new Element API #4037 (with alias --isDisplayed
)isPresent
command in new Element API #4055find()
andfindAll()
command in new Element API #4057tagName
as an alias ofgetTagName
in the new Element API #4175getCssProperty
command in new Element API #4167getAttribute
in the new Element API. #4170prop
andproperty
as an alias ofgetProperty
Command in the new Element API #4173text
as an alias forgetText
command in the new Element API. #4179ariaRole()
as alias forgetAriaRole()
#4159accessibleName
as an alias forgetAccessibleName
in the new Element API. #4177rect()
as alias forgetRect()
command. #4128Suggested solution
Changes that needs to go in
alias
for the commands underweb-element
Alternatives / Workarounds
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: