Use Browser unable to take UIElement Input

Hi,

i have a workflow with a use browser activity where the input URL is stored in a string variable from one of my assets. I want the browser to carry on its activity in a different workflow and hence have stored the output in an argument as such

image

However, in my other workflow, i am getting these errors in my use browser activity
-Cannot convert lambda expression to intended delegate type because some of the return types in the block are not implicitly convertible to the delegate return type
-Cannot implicitly convert type ‘UiPath.Core.UiElement’ to ‘string’

The output for use browser is UiElement but why cant the next use browser activity use that as input?

image

For more context i am using ReFramework and here are the arguments being passed from one workflow to the next

initial browser workflow:

Main workflow → process workflow:

process workflow → 2nd browser workflow:

2nd browser workflow:

Hi @justinkxc

please keep your UiPath.uiautomation.activities,UiPath.system.activities, UiPath.web.api.activities dependency uninstall and reinstall with latest version.

try to close the UiPath and reopen again .

  1. Ensure that all browsers you are using are up-to-date.
  2. Try to reinstall UiPath extension in browser & try it.
  3. If issues persists again, try it different browser url check if it

hope it resolved!!!

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