Search results for query: *

  1. R

    Question Clicking "OK" on an Internet Explorer popup?

    I've been doing hours of research on this without any luck. While logged into a website, there is a button to delete an item. When the script .clicks the button, a popup window appears. I inserted a 2 second pause, then tried a Sendkeys. Sendkeys doesn't appear to send keys to the popup. Some...
  2. R

    How to accept a download?

    I connects to a site. On that site, it puts in criteria to filter on a database. It then submits it. A pop up window appears asking to Open / Save / Cancel. I don't know how to interact with that window. It is possible to Save, and specify the download location without having to use Sendkeys...
  3. R

    VBA question - How to accept a download

    I don't know if I'm reposting this. I can't find my original thread. I have a VBA script that connects to a site. On that site, it puts in criteria to filter on a database. It then submits it. A pop up window appears asking to Open / Save / Cancel. I don't know how to interact with that window...
  4. R

    How to prevent a keypress in another application?

    Not sure that will work if I understand correctly. This tool is a middleman app in the background (hidden). They aren't typing into that app. They won't see it. The goal is to send certain keys typed in Application A to be transmitted to Application B, BUT not to actually be entered in...
  5. R

    How to prevent a keypress in another application?

    Before I clarify my question, I'll say what I'm doing. We have 2 apps that we display at once for data entry. 1 taking up the left side of the screen, and 1 taking up the right side. 1 of those apps is the data entry application. The other app is for viewing scanned info. But they can't talk...
Back
Top