InputSimulator 1.0.4

dotnet add package InputSimulator --version 1.0.4
NuGet\Install-Package InputSimulator -Version 1.0.4
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="InputSimulator" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add InputSimulator --version 1.0.4
#r "nuget: InputSimulator, 1.0.4"
#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 InputSimulator as a Cake Addin
#addin nuget:?package=InputSimulator&version=1.0.4

// Install InputSimulator as a Cake Tool
#tool nuget:?package=InputSimulator&version=1.0.4

The Windows Input Simulator provides a simple .NET (C#) interface to simulate Keyboard or Mouse input using the Win32 SendInput method. All of the Interop is done for you and there's a simple programming model for sending multiple keystrokes.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net40 was computed.  net403 was computed.  net45 was computed.  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.

This package has no dependencies.

NuGet packages (9)

Showing the top 5 NuGet packages that depend on InputSimulator:

Package Downloads
eXpandEasyTest

Core EasyTest Library for functional testing using XAF EasyTest

Winium.Cruciatus

C# Framework for automated testing of Windows application based on WinFroms and WPF platforms.

boilersE2E.Core

boilersE2E.Core - E2ETest utilities supplier for Windows Desktop Application

UnifiedFramework

Change Log-- 1. automated Scrapping of ID, Class, Anchor, Xpath from given web page and creation of JsonTemplate for UI Controls. 2. Code Refactoring. 3. Bug Fixes. 4. Improved Getting Started guide.

Consoleum

Selenium for the Console!

GitHub repositories (19)

Showing the top 5 popular GitHub repositories that depend on InputSimulator:

Repository Stars
Flow-Launcher/Flow.Launcher
:mag: Quick file search & app launcher for Windows with community-made plugins
nefarius/ScpToolkit
Windows Driver and XInput Wrapper for Sony DualShock 3/4 Controllers
stevencohn/OneMore
A OneNote add-in with simple, yet powerful and useful features
Andrewthe13th/Inventory_Kamera
Scans Genshin Impact characters, artifacts, and weapons from the game window into a JSON file.
C1rdec/Poe-Lurker
Ease your trading experience in Path of Exile.
Version Downloads Last updated
1.0.4 2,236,140 12/12/2013

This version introduces more comprehensive Unicode tests and support for Mouse Simulation.