From 3439130cecd779f3ec7dca473a36cfb269a7bab7 Mon Sep 17 00:00:00 2001 From: Nikolay Borisenko Date: Wed, 21 Jun 2023 16:43:24 +0300 Subject: [PATCH] Make csproj file more friendly with native pack command --- dotnet/src/webdriver/WebDriver.csproj | 57 +++++++++++++++++++++++---- 1 file changed, 49 insertions(+), 8 deletions(-) diff --git a/dotnet/src/webdriver/WebDriver.csproj b/dotnet/src/webdriver/WebDriver.csproj index 8bef074ad3d49..e29ba5e53fa05 100644 --- a/dotnet/src/webdriver/WebDriver.csproj +++ b/dotnet/src/webdriver/WebDriver.csproj @@ -8,15 +8,36 @@ WebDriver - Selenium WebDriver API .NET Bindings Selenium Committers Copyright © Software Freedom Conservancy 2018 Selenium 4.0.0 - Selenium.WebDriver 4.0.0.0 4.0.0.0 + Selenium.WebDriver + Selenium Committers + + Selenium WebDriver + + https://selenium.dev + GitHub + https://github.com/SeleniumHQ/selenium + + Selenium is a set of different software tools each with a different approach + to supporting browser automation. These tools are highly flexible, allowing + many options for locating and manipulating elements within a browser, and one + of its key features is the support for automating multiple browser platforms. + This package contains the .NET bindings for the concise and object-based + Selenium WebDriver API, which uses native OS-level events to manipulate the + browser, bypassing the JavaScript sandbox, and does not require the Selenium + Server to automate the browser. + + selenium webdriver browser automation + Apache-2.0 + https://selenium.dev/images/selenium_logo_square_green.png + logo.png + true @@ -47,9 +68,19 @@ - + - + + + + + + + + + + + @@ -75,13 +106,23 @@ - - - + + + + ..\..\..\common\manager + + - + + + + + + + +