You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when checkout 'appium-boilerplate' project I noticed Type compile issue
'Type 'ChainablePromiseElement' is not assignable to type 'Element'.'
What is your expected behavior?
No response
How to reproduce the bug.
To Reproduce
take a checkout checkout 'appium-boilerplate' project and do npm install and check in LoginScreen.ts file
seems below method signature for element has changed now its returning ChainablePromiseElement.
function $(selector: Selector): ChainablePromiseElement
Is there way to fix this as for existing projects its a bigger change. All the method signatures, if they are accepting WebDriverIO.Element as param, have to update.
Relevant log output
NA
Code of Conduct
I agree to follow this project's Code of Conduct
Is there an existing issue for this?
I have searched the existing issues
The text was updated successfully, but these errors were encountered:
We greatly appreciate any contributions that help resolve the bug. While we understand that active contributors have their own priorities, we kindly request your assistance if you rely on this bug being fixed. We encourage you to take a look at our contribution guidelines or join our friendly Discord development server, where you can ask any questions you may have. Thank you for your support, and cheers!
Have you read the Contributing Guidelines on issues?
WebdriverIO Version
9
Node.js Version
20
Mode
WDIO Testrunner
Which capabilities are you using?
No response
What happened?
when checkout 'appium-boilerplate' project I noticed Type compile issue
'Type 'ChainablePromiseElement' is not assignable to type 'Element'.'
What is your expected behavior?
No response
How to reproduce the bug.
To Reproduce
take a checkout checkout 'appium-boilerplate' project and do npm install and check in LoginScreen.ts file
seems below method signature for element has changed now its returning ChainablePromiseElement.
function $(selector: Selector): ChainablePromiseElement
Is there way to fix this as for existing projects its a bigger change. All the method signatures, if they are accepting WebDriverIO.Element as param, have to update.
Relevant log output
NA
Code of Conduct
Is there an existing issue for this?
The text was updated successfully, but these errors were encountered: