Navigation

    OpenIAP

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

    Can OpenRPA open multiple website in parallel

    General Discussion
    openrpa
    2
    3
    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.
    • B
      Bill Xiao last edited by

      Hi Allan, can I open more than one website at the same time and operate on them simultaneously? Say by using Parallel activity and each branch has separate OpenURL for opening different websites in parallel. Based on my experiment, it seems impossible. Like the following workflow, when it's running, there is only one website open.
      bf882796-894c-4831-942a-87c0ca87ee2e-image.png

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

        No, that is not possible.
        You could use 2 different browser, say Edge and chrome or IE and chrome.

        On a separate node, related to this. Get Element is not designed to be used inside the Parallel activity( it works, but it's not actually doing 2 things at the same time, since Get Element does not support going idle or is implemented using AsyncAcitvity . It's on my to do list to get done at some point )

        B 1 Reply Last reply Reply Quote 0
        • B
          Bill Xiao @Allan Zimmermann last edited by

          @allan-zimmermann How about using Selenium webdriver instead of NativeMessage channel to drive the browser automation? In the Parallel case, if each parallel branch utilizing a separate Selenium webdriver instance, it's feasible to do multiple website automations at the same time without interference between them.

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