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 |
0 replies
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?
All reactions