lib-web
lib-web copied to clipboard
Code shared by module-webdriver and lib-innerbrowser or module-phpbrowser
Symfony 8 is going to be released at the end of November. According to https://github.com/symfony/symfony/blob/8.0/UPGRADE-8.0.md `symfony/css-selector` is not affected by any BC breaking changes. I ran the test suite locally...
…looking at the path Page: https://codeception.com/docs/modules/WebDriver#seeCurrentUrlEquals At least this is true for WebDriver. In fact, the best solution would be to rename those functions to `seeCurentPathEquals`, but that would be...
The usage of the Guzzle lib inside this library was minimal, only used for URI parsing. Since I don't use Guzzle in my own projects, I thought it could be...