Error: function uses multiple asynchronous interfaces: callback and promise to use the callback interface: do not return a promise to use the promise interface: remove the last argument to the function. but followes the same steps and used Gherkin
These errors are from Gherkins due to more parameters. check this out - stackoverflow.com/questions/67086671/function-uses-multiple-asynchronous-interfaces-promise-mapseries if still does not work, Can you please share your code?
All Playwright Tutorial Videos - th-cam.com/play/PLul1O5xZFLa2SmsVPI10dx23xbIUrGFNl.html
Thank you. Clear explanation of using POM on Playwright with Typescript
Glad that it help you. Thank you :)
thank you!! very nice video!!
Thank you. 🙏
please post JavaScript-Playwright videos with real time examples.
Thanks for the suggestion, I am planning that. Let me know if you are looking for any specific example.
Great video. simple explanation. Amazing. Can you please share the page object mode code also? github url is preferred.
Thanks github.com/bhughunterspro/Playwright_github.git
Error: function uses multiple asynchronous interfaces: callback and promise
to use the callback interface: do not return a promise
to use the promise interface: remove the last argument to the function. but followes the same steps and used Gherkin
These errors are from Gherkins due to more parameters. check this out - stackoverflow.com/questions/67086671/function-uses-multiple-asynchronous-interfaces-promise-mapseries
if still does not work, Can you please share your code?