The output of ‘Get Active Window’ is a variable of type uipath.core.window. The following actions needs a string-variable in the selector: <html htmlwindowname=’{{Einkaufswagenstring}}’
How can i convert the VALUE of the window-variable to a string-variable?
ASSIGN String = window.tostring gives me the TYP, but not the VALUE!
Not fully sure but I think Window data type can not be converted to string but why you want to convert it?
Mostly we pass Window variable to another window variable Ex - In Attach Window
I thougt, i need it for the type into-activity, but it runs without “htmlwindowname” in the selector - “title” is enough. Many thanks for your fast response!
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.