Questions tagged [sendkeys]

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

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

MSDN Documentation for System.Windows.Forms.SendKeys

1218 questions
-4
votes
2 answers

sendKeys() not working in Date or Time edit boxes in Selenium Code

In Selenium Javascript, sendKeys() is not working in Date or Time edit boxes. When I use the below code, it didn't populate the values in the appropriate fields. Is there any alternate for sendKeys()? String strDate = "10/10/2014"…
Ismail
  • 79
  • 2
  • 13
-5
votes
2 answers

How do i type file name and press enter for uploading file while using selenium

first week coding. I am creating a programme in python to automatically upload invoices into a job management system. I am using selenium to navigate through webpages and click upload. i am prompt with the upload file box and all i want to do is…
-6
votes
1 answer

VBA Performing 10s of thousands of actions with single sendkeys-powered macro

I'm working with a 20-year-old database that our business division doesn't own and has limited access to, though it does support VBA macros for users who do a lot of repetitive tasks. I'm working on a way to automate searching a massive amount of…
Andrew
  • 39
  • 7
1 2 3
81
82