Migration of Framework: Protractor to Webdriverio #78
Unanswered
Subhanak991
asked this question in
Migration Issue
Replies: 1 comment 1 reply
-
It is recommended to move element fetch calls into getters. |
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
-
After Migrating one of the test file from protractor, the find elements gets changed to $ and also some other changes happens. But when I try to execute the Test Cases it's showing "Error: $ is not defined". Since before the locators are not written in get form and initialization was completely different. Please suggest how should I proceed in such situation.
Beta Was this translation helpful? Give feedback.
All reactions