i want to use a local excel file or a local word file from my computer as the source for the text replacement
how do i change the content of the online word ? or do i have to do it manually and use another local word file and then copy paste it manually to the online word ?
so i want to replace the blank “…” in an online docs with text from my local microsoft word file
(Unfortunately due to it being a private company info i can’t share the screenshot)
But here is the screenshot of the online docs content which i’m trying to replace :
There are 3 numbers of those but i can’t use click or type into because there is no detected element in the “…”, what is the workaround to this ?
Maybe use anchors if you can’t detect the element directly? Detect the numbers at the beginning and then detect the child element that contains the text. Then you can set it to whatever you want (hardcoded or excel file as input as you said)