Bumblebee.Automation
1.3.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Bumblebee.Automation --version 1.3.1
NuGet\Install-Package Bumblebee.Automation -Version 1.3.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Bumblebee.Automation" Version="1.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bumblebee.Automation --version 1.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Bumblebee.Automation, 1.3.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Bumblebee.Automation as a Cake Addin #addin nuget:?package=Bumblebee.Automation&version=1.3.1 // Install Bumblebee.Automation as a Cake Tool #tool nuget:?package=Bumblebee.Automation&version=1.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Bumblebee is a .NET layer on top of the Selenium browser automation framework allowing for standardized creation of page objects, even for dynamic web pages.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- Selenium.Support (>= 3.6.0)
- Selenium.WebDriver (>= 3.6.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Bumblebee.Automation:
Package | Downloads |
---|---|
Bumblebee.Automation.KendoUI
Implementation of certain controls for the Kendo UI library. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.1.2 | 59,918 | 3/24/2019 |
2.1.1-beta | 8,606 | 7/9/2018 |
2.1.0-beta | 1,024 | 6/6/2018 |
2.0.8-beta | 1,345 | 2/10/2018 |
2.0.7-alpha | 980 | 12/20/2017 |
2.0.6-alpha | 1,588 | 10/10/2015 |
2.0.5-alpha | 1,355 | 10/8/2015 |
2.0.4-alpha | 1,175 | 10/7/2015 |
2.0.3-alpha | 967 | 10/6/2015 |
2.0.2-alpha | 970 | 9/24/2015 |
2.0.1-alpha | 954 | 9/10/2015 |
2.0.0-alpha | 961 | 9/1/2015 |
1.3.1 | 2,082 | 5/31/2018 |
1.3.0 | 1,343 | 5/6/2018 |
1.2.0 | 33,086 | 8/6/2015 |
1.1.0 | 2,687 | 2/7/2015 |
1.0.12 | 1,809 | 1/17/2015 |
1.0.11 | 1,157 | 1/17/2015 |
1.0.10 | 1,183 | 1/17/2015 |
1.0.9 | 1,591 | 12/11/2014 |
1.0.8 | 1,402 | 12/3/2014 |
1.0.7 | 1,983 | 11/27/2014 |
1.0.6 | 1,667 | 11/20/2014 |
1.0.5 | 4,022 | 11/1/2014 |
1.0.4 | 1,549 | 10/18/2014 |
1.0.3 | 1,203 | 10/18/2014 |
1.0.2 | 1,450 | 9/16/2014 |
1.0.1 | 1,292 | 8/30/2014 |
1.0.0 | 1,387 | 6/18/2014 |
0.9.0 | 1,315 | 6/17/2014 |
v1.3.1 Fixed TextField.EnterText to support change in IE driver.
v1.3.0 Added support for .NET core projects by making project .NET Standard 2.0 compliant.