How to run C# tests using Selenium dynamic grid inside GitLab June 30, 2023 c# autotests selenium GitLab tutorial en Here is how you can start C# tests in GitLab environment using Selenium Dynamic Grid feature.
Using proxy with Selenium to modify browser requests January 27, 2023 c# autotests selenium proxy headers tutorial en I know Puppeteer can do this out of the box, but what if you stuck with Selenium for some reason and you need to read or modify your request headers?