Working with MS Word

What the best approach in automating a process which requires looking into a .docx file’s contents and knowing whether a CheckBox is ticked, a word or a paragraph Highlighted, or whether a Underlined region is filled up or not with the correct answer?

uipath.word.activities seems lacking on this.

sample.docx

Hi
Interesting
I hope its possible like (based on the sample doc attached)
–we need to open the file with START PROCESS by mentioning the file path as input and can check with IMAGE EXISTS or ELEMENT EXISTS activity whether the word is highlighted or not and is checked or not

Cheers @mayuyu

2 Likes

@mayuyu, you would more need to rely on keystrokes, Image Recognition and Element exists. Or if you are good at writing custom code then you can go with that too.

#HappyRobotics

1 Like