Replies: 1 comment 1 reply
-
Right @Piedone, BiDi is a great and significant evolution step of WebDriver and it continues to cover old functionality and bring new. Regarding navigation. I performed some test locally for Chrome and Firefox with headed and headless modes. At the moment I don't see a performance difference. Also I need to mention an important thing which might be unobvious, By the way you can try to experiment with Regarding Atata and BiDi adoption. I want and will need to migrate Atata internal functionality to BiDi. One day, as far as I understand, BiDi is planned to replace classic WebDriver API. But today BiDi is not feature complete yet, still in development. Also I'm currently busy with Atata 4, which already brings a lot of changes (including breaking ones). So for Atata 4 I don't want to bring any WebDriver-related changes, because migration to newer version can become even harder. But you are absolutely free to use BiDi features for your needs even with the current version of Atata. |
Beta Was this translation helpful? Give feedback.
-
BiDi is now available in Selenium, see e.g. here. This allows things like:
Will you adopt Atata somehow, @YevgeniyShunevych? Do we have an advantage over doing something like
driver.Navigate().GoToUrl("url");
?Thank you!
Beta Was this translation helpful? Give feedback.
All reactions