Hi ,
Can any one suggest me how to convert an object variable to Uipath.Core.Browser type variable.
Thanks in Advance.
Hi ,
Can any one suggest me how to convert an object variable to Uipath.Core.Browser type variable.
Thanks in Advance.
Hi @Rajeswari24
click variables tab in down click variable type drop down click browse for types
Type name enter Uipath.Core.Browser and click ok type will be change.
Regards,
Kommi Jeevan.
I have an output variable whose type is Object. I want to convert that to Browser Type.
For example-
config(“browserType”) - this variable type is object , i want that to convert to Uipath.Core.Browser
Hi !
Same issue here. We want to use Config(“myBrower”) to transport Browser from one .xaml to another one.
How to cast Object --> Browser ?
Alex