I want to double click column in excel file, but the selector is always change based on the zoom out/in of the file. and the robot cannot find the element. And also keep failing whenever I opened the new excel file. Is any way on how to solve it except for activity such as double click, anchor base, find element?
Is the cell position fixed ? Or will it change every time ?
If you know the cell number before only then enter cell number in the top left corner and Hit enter using Type Into activity and then that pop up will open. And then use Attach Window Activity and indicate that pop up window put all activities inside of this to perform actions with in that window.
the excel cell will change depending on how the user displays the excel file since it has zoom in/out.
I already try with different zoom in/out cell, unfortunately, it fails.
the purpose of a double click cell is to fill in some data from the pdf file. the extract data from the pdf is then written onto the pop-up window after double click activity on the excel file.
sorry for that part, I cannot give you the excel file since it related to some software, and I think u will need to install the software, only then u can open the full version excel file. I can only give you some pictures. I hope it helps.