Navigation

    OpenIAP

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    How to refresh the browser tap or send hotkeys?

    General Discussion
    3
    5
    63
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      roman.sinkarenko last edited by

      Hello community,
      I'm trying to refresh the browser tap with the type text activity "{F5}" but it does not work like expected and there are no other activities to send hotkeys... can somebody advise me how to solve it?

      D Allan Zimmermann 2 Replies Last reply Reply Quote 0
      • D
        Dusan Perkin @roman.sinkarenko last edited by

        @roman-sinkarenko You have InvokeCode activity with dropdown list for Hotkeys.

        1 Reply Last reply Reply Quote 0
        • Allan Zimmermann
          Allan Zimmermann @roman.sinkarenko last edited by Allan Zimmermann

          @roman-sinkarenko use “execute script” to send
          location.reload()
          Or use 2 “open url” and go to a different page ( like google ) and back again

          1 Reply Last reply Reply Quote 0
          • R
            roman.sinkarenko last edited by

            The location.reload() function works fine! Thank you @Allan-Zimmermann .

            @Dusan-Perkin do you mean the AutoHotkey Language?
            If yes, can you please show me how I can use it for me. I have tried it, but it does not work for even a script like this:

            if WinExist("Untitled - Notepad")
            WinActivate
            else
            Run Notepad
            return

            What do I miss? Can you show me a sample for using f5 or f4 on a specific window, please. That would be great for further automations. Thanks in advance 🙂

            D 1 Reply Last reply Reply Quote 0
            • D
              Dusan Perkin @roman.sinkarenko last edited by

              @roman-sinkarenko
              Yea, So to do that you will need to add the word 'Send' before your hotkey '{F5}'.
              Example: 'Send {F5}'

              1 Reply Last reply Reply Quote 1
              • First post
                Last post