Word applications scope

Hi. I am using word application scope but i am not seeing the “visible” optionsl in the properties panel. Pls help.

Hi

According to the following document, I don’t think there is visible option in WordApplicationScope.

Alternately, how about using Minimize window activity?

new UiPath.Core.Window(CType(WordDocumentScope.Hwnd,IntPtr))

Regards,

@nadiah_jabbar,

If you are looking for the option to hide/run the word scope in background like we have for Excel Application scope, there is no such property available here for Word scope.

You will have to keep the word open in foreground.