fbpx

Hit ENTER in file chooser window

Hit ENTER in file chooser window

Home Forums Ask Expert Hit ENTER in file chooser window

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #32029
    Akos Kovacs
    Participant

      I need to hit ENTER in file chooser window. I tried this code, but didn’t work:
      set shl = createobject("wscript.shell")
      shl.SendKeys "{ENTER}"

      #32032
      Kirill Bulatnikov
      Participant

        Hello plaidshirtakos
        PLease use KeyPress method. Enter will be #13
        Application(“Application”).Key Press 13

        Refer keypress codes below

        KeyboardEvent Value (keyCodes, metaKey, etc)

        Thanks,
        ZAPTEST Team.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.

      Virtual Expert

      ZAPTEST

      ZAPTEST Logo