Use application browser output

Hi,
For a workflow I am sending an argument URL. Open browser with this URL. Using output element from this to attach window, click and navigate to another tab. I am trying to use the output of the second tab to send to another workflow, to be used as input element. It is not working. Unless I use the URL of the second tab. Why is that?

Thank you,

@A_Learner

Can you show some screenshots

And what is the output element you are getting

You can as well use get url

Cheers

  1. Use Application\Browser (Input URL, Output BrowserElement1)
  2. Use Application\Browser (Input: BrowserElement1
    Click a link to launch tab2.
    Close first tab.
  3. I like to Use Application\Browser from tab2 output BrowserElement2.
    Not able to do it.
    I have to use URL for this tab2 to be able to get working BrowserElement2.
  4. I like to pass this as input ui element to another workflow, the reason I am trying to get the BrowserElement2.

Thank you,

@A_Learner

As that is opened as new window you need an attach to get that window attached

The first one si a different browser so it would be difference

Try using get current active window and get the details

Cheers

Thank you,
Current Active window gives me a window variable.

Is there a way to convert this to UI Element?

How do I pass it on to open broser to other workflows?

@A_Learner

appwindow variable is also accepted as input for use application/browser

cheers

@Anil_G
I am finding Input as UI Element. Can you show me how?

Thanks a lot,

@A_Learner

FYI

cheers

Thank you, @Anil_G
For some reason it is not working, when I use appwindow, it is not clicking elements in the window.

I will stick to URL. Thanks again

1 Like

@A_Learner

Happy Automation

Cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.