You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add more nuget package metainfo
* Adjust bazel target names
* Hack to make bazel + nuget work on GitHub actions linux+macos
* Fix csproj to work with new assets folder
* Fix CI .NET Build flow
* Make build of support lib visible upstream
* Run all tests on github actions
* Fix reference to target file in tests project
* Return back framework ref to system.drawing in support package
* Fix link to specific tagged version
* Return back link to trunk
---------
Co-authored-by: Titus Fortner <titusfortner@users.noreply.github.com>
<summary>Provides support classes for Selenium WebDriver</summary>
12
12
<description>
13
-
Selenium is a set of different software tools each with a different approach
14
-
to supporting browser automation. These tools are highly flexible, allowing
15
-
many options for locating and manipulating elements within a browser, and one
16
-
of its key features is the support for automating multiple browser platforms.
17
-
This package contains .NET support utilites and classes that users may find
18
-
useful in using Selenium WebDriver. These support classes are mainly intended
19
-
to spark ideas of what is possible with Selenium WebDriver, and may not be
20
-
entirely appropriate for production use.
13
+
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.
<summary>Provides support classes for Selenium WebDriver</summary>
12
12
<description>
13
-
Selenium is a set of different software tools each with a different approach
14
-
to supporting browser automation. These tools are highly flexible, allowing
15
-
many options for locating and manipulating elements within a browser, and one
16
-
of its key features is the support for automating multiple browser platforms.
17
-
This package contains .NET support utilites and classes that users may find
18
-
useful in using Selenium WebDriver. These support classes are mainly intended
19
-
to spark ideas of what is possible with Selenium WebDriver, and may not be
20
-
entirely appropriate for production use.
13
+
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.
<summary>.NET bindings for the Selenium WebDriver API</summary>
12
12
<description>
13
-
Selenium is a set of different software tools each with a different approach
14
-
to supporting browser automation. These tools are highly flexible, allowing
15
-
many options for locating and manipulating elements within a browser, and one
16
-
of its key features is the support for automating multiple browser platforms.
17
-
This package contains the .NET bindings for the concise and object-based
18
-
Selenium WebDriver API, which uses native OS-level events to manipulate the
19
-
browser, bypassing the JavaScript sandbox, and does not require the Selenium
20
-
Server to automate the browser.
13
+
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.
<summary>.NET bindings for the Selenium WebDriver API</summary>
12
12
<description>
13
-
Selenium is a set of different software tools each with a different approach
14
-
to supporting browser automation. These tools are highly flexible, allowing
15
-
many options for locating and manipulating elements within a browser, and one
16
-
of its key features is the support for automating multiple browser platforms.
17
-
This package contains the .NET bindings for the concise and object-based
18
-
Selenium WebDriver API, which uses native OS-level events to manipulate the
19
-
browser, bypassing the JavaScript sandbox, and does not require the Selenium
20
-
Server to automate the browser.
13
+
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 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.
Contributions are accepted either through [GitHub](https://github.com/SeleniumHQ/selenium/) pull requests or patches via the [Selenium issue tracker](https://github.com/SeleniumHQ/selenium/issues).
0 commit comments