Selenium.EFWExtensions 1.0.2.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package Selenium.EFWExtensions --version 1.0.2.5
NuGet\Install-Package Selenium.EFWExtensions -Version 1.0.2.5
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="Selenium.EFWExtensions" Version="1.0.2.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Selenium.EFWExtensions --version 1.0.2.5
#r "nuget: Selenium.EFWExtensions, 1.0.2.5"
#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 Selenium.EFWExtensions as a Cake Addin
#addin nuget:?package=Selenium.EFWExtensions&version=1.0.2.5

// Install Selenium.EFWExtensions as a Cake Tool
#tool nuget:?package=Selenium.EFWExtensions&version=1.0.2.5

Description

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2.13 4,239 2/25/2016
1.0.2.12 1,688 1/19/2016
1.0.2.11 1,310 1/19/2016
1.0.2.10 1,291 1/19/2016
1.0.2.9 1,319 1/19/2016
1.0.2.8 1,369 1/19/2016
1.0.2.7 1,259 1/5/2016
1.0.2.6 1,323 1/5/2016
1.0.2.5 1,351 12/18/2015
1.0.2.4 1,545 12/7/2015
1.0.2.3 1,332 12/4/2015
1.0.2.2 1,320 11/19/2015
1.0.2.1 1,380 11/19/2015
1.0.2 1,350 11/19/2015
1.0.1.6 1,395 11/19/2015
1.0.1.5 1,374 11/16/2015
1.0.1.4 1,345 11/10/2015
1.0.1.3 1,372 11/10/2015
1.0.1.2 1,358 11/9/2015
1.0.1.1 1,395 11/9/2015
1.0.1 1,406 11/9/2015
1.0.0.17 1,361 11/5/2015
1.0.0.16 1,334 11/5/2015
1.0.0.15 1,337 11/5/2015
1.0.0.14 1,388 11/5/2015
1.0.0.13 1,353 11/5/2015
1.0.0.12 1,295 11/5/2015
1.0.0.11 1,356 11/5/2015
1.0.0.10 1,391 10/22/2015
1.0.0.9 1,333 10/22/2015
1.0.0.8 1,344 10/22/2015
1.0.0.7 1,337 10/22/2015
1.0.0.6 1,415 10/22/2015
1.0.0.5 1,328 10/22/2015
1.0.0.4 1,369 10/22/2015
1.0.0.3 1,327 10/22/2015
1.0.0.2 1,321 10/22/2015
1.0.0.1 1,336 10/22/2015
1.0.0 1,751 10/22/2015

- Added extension method SelectOptionByStartsWithText() , which allows selecting options in a dropdown or similar option list by the starting partial text of the option text. This extends on IWebElement, not SelectElement.