Top "Sendkeys" questions

A .NET class that sends one or more keystrokes to the active window as if they were typed at the keyboard.

Selenium WebDriver: I want to overwrite value in field instead of appending to it with sendKeys using Java

In WebDriver, if I use sendKeys it will append my string to the value that already exists in the field. …

java selenium-webdriver sendkeys
C# using Sendkey function to send a key to another application

I want to send a specific key (e.g. k) to another program named notepad, and below is the code …

c# sendkeys
Sending Windows key using SendKeys

I am working on shortcuts in C#. I succeed implementing Ctrl, Alt and Shift with SendKeys. Like this; Ctrl + C: …

c# keyboard-shortcuts sendkeys
Using AppActivate and Sendkeys in VBA shell command

I want to switch back and forth between application with the shell command in VBA. I am using SendKeys to …

shell vba sendkeys
The method sendKeys(CharSequence[]) in the type WebElement is not applicable for the arguments (String)

I am trying to send a String to the sendkeys() method, but it is not accepting and throwing an error …

java selenium-webdriver webdriver sendkeys
Can I do SendKeys in Javascript?

SendKeys is method to sending keystroke to an application. Can I do it in Javascript, to send keystroke in browser ? …

javascript sendkeys
Send keys through SendInput in user32.dll

I am using this board as a keyboard for demo purposes. Anyways to make the long story short everything works …

c# sendkeys user32 sendinput
VBA interaction with internet explorer

The macro I am building takes names from an Excel spreadsheet, opens Internet Explorer, and searches the online directory. After …

internet-explorer vba excel automation sendkeys
SendKeys() permission denied error in Visual Basic

I am trying to use the SendKeys() command to another window with my VB6 app. What I wanted is to …

vb6 sendkeys
VBScript SendKeys CTRL+LWIN+TAB?

I am trying to write a simple script that will send the key combo of CTRL+WINDOWS KEY+TAB. The …

windows vbscript sendkeys keystroke