Navigation

    OpenIAP

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

    Handle Browser Alerts

    General Discussion
    openrpa
    2
    4
    38
    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.
    • D
      devashish89 last edited by

      06a88811-3230-47e2-a574-1eb42a8c97b4-image.png

      How do we handle browser alerts
      @Allan-Zimmermann

      1 Reply Last reply Reply Quote 0
      • Allan Zimmermann
        Allan Zimmermann last edited by

        @devashish89 as i wrote on linked.
        use Windows Get Element, something like this:

        [
          {
            "filename": "%ProgramFiles%\\Google\\Chrome\\Application\\chrome.exe",
            "processname": "chrome",
            "arguments": " ",
            "Selector": "Windows",
            "search_descendants": "True",
            "mouse_over_search": "False"
          },
          {
            "ClassName": "Chrome_WidgetWin_1",
            "ControlType": "Pane",
            "FrameworkId": "Win32"
          },
          {
            "Name": "OK",
            "ControlType": "Button"
          }
        ]
        
        D 1 Reply Last reply Reply Quote 0
        • D
          devashish89 @Allan Zimmermann last edited by

          @allan-zimmermann Through recorder Im unable to get this selector

          Allan Zimmermann 1 Reply Last reply Reply Quote 0
          • Allan Zimmermann
            Allan Zimmermann @devashish89 last edited by

            @devashish89 That is correct, you need to add a Windows Get element your self and use the selector window to find the ok button

            1 Reply Last reply Reply Quote 0
            • Locked by  A az 
            • First post
              Last post