How to use Webdriver.FindElement(By.ID..) or FindElements in codeceptjs project #3696
Replies: 2 comments 1 reply
-
You could try this https://codecept.io/helpers/WebDriver/#usewebdriverto |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am using CodeCeptjs BDD structure, please let me know how to get this browser object in the codeceptjs stepdefinition.js file ![]() |
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
Uh oh!
There was an error while loading. Please reload this page.
-
How to use plain webdriver object as similar to basic selenium code.
how to get the Webdriver object in the codeceptjs project.
I would like to use
Element ele = webdriver.findElement(By.id('1234')).
is this possible in codecept project?
Beta Was this translation helpful? Give feedback.
All reactions