Chaining selectors #36
Unanswered
DMazona
asked this question in
Migration Issue
Replies: 1 comment 1 reply
-
Can you provide more information about the error VSCode is throwing? The example looks correct to me. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm evaluating migration from protractor. I have several page objects in protractor where i define a common element and then use that element to define other elements.
after conversion, it looks like this
vscode complains about this. though the webdriver documentation mentions being able to chain dollar selectors. Is there an easy way around this, other than redefining all of my selectors?
Beta Was this translation helpful? Give feedback.
All reactions