Sergey Brit
Sergey Brit
Was added in release-1.4.0
@Krishna-D-Hegde Thanks for this comment, I plan to add this functionality in next release
Dear @Krishna-D-Hegde Actually you can always do that doing like this, ``` java .... Webdriver driver = new PlaywrightiumDriver(); ..... Page page = ((PlaywrightiumDriver)driver).getPage() ``` `page` - the Playwright page...
@Krishna-D-Hegde It's a little bit tricky but I will try
@hazyone Hello there. I'm glad that you and your team have spent some time to integrate my approach on real project. Or at least check the functionality. I cannot but...
@hazyone Thank you. That was the point why I began working on Playwrightium. The idea was to keep using Selenium/Selenide but run tests within Playwright. You comments are unpriceable. I'll...