Not able to use Pseudo-selectors with v1.5.1 #2595
Unanswered
baffaman
asked this question in
Help Needed
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to call selector from page object
@element:nth-child(1)
using Pseudo-selectors method mentioned here https://nightwatchjs.org/guide/working-with-page-objects/defining-elements.html but it return the element without adding :nth-child(1) to itDoes anyone has same problem ?
I'm currently using nightwatch V1.5.1
Beta Was this translation helpful? Give feedback.
All reactions