diff --git a/dotnet/README.md b/dotnet/README.md index 8f91302..4a4f80b 100644 --- a/dotnet/README.md +++ b/dotnet/README.md @@ -8,11 +8,10 @@ Example how we can test UI and APIs with C#. - Microsoft.Net.Http - Newtonsoft.Json - Selenium.WebDriver -- WebDriverManager ## Before Run -Install [.NET SDK 6](https://dotnet.microsoft.com/en-us/download/dotnet/6.0). +Install [.NET SDK 8](https://dotnet.microsoft.com/en-us/download/dotnet/8.0). Setup following environment variables: diff --git a/python/README.md b/python/README.md index b5a1e77..c3e2706 100644 --- a/python/README.md +++ b/python/README.md @@ -9,7 +9,6 @@ Technologies: - [pytest-xdist](https://pypi.org/project/pytest-xdist/) to run tests in parallel. - [requests](https://pypi.org/project/requests/) to perform api calls. - [selenium](https://pypi.org/project/selenium/) to drive browsers. -- [webdriver-manager](https://pypi.org/project/webdriver-manager/) to handle browser drivers. ## Requirements