This activity doesn’twork with locked screen, and also if I use the Send Window message or Simulate.
How can I solve the problem?
Are there also some other activities?
Thank you so much,
It’s urgent.
Camilla Main.xaml (25.7 KB) type.xaml (8.7 KB)
Thank you @rkelchuri.
The problem is that I should perform some actions on the excel file, then open the “Save file” box and save the file.
How to do thaT?
Cami
Is it just the ‘Type Into’ that’s failing? if yes then as @rkelchuri mentioned you may give ‘Set Text’ a try. If not can you please mentioned where exactly its failing?
If I remember right, the Import Text Dialogue in Excel is not supported by “SendWindowsMessage” or “Simulate Click”. This should be shown by running from Studio though, but if it worked from Studio, then I am unsure.
Hello @ClaytonM.
Thank you so much.
In fact the Import Text Dialogue in Excel doesn’t work for me if I check the boxes of “SendWindowsMessage” or “Simulate Click”.
Can you please help me in finding a way that works also with locked screen?
Thank you so much for your precious help,
Cami
This is gold!!
using Edit class worked perfectly well.
I was struggling with it for quite a while. Weird thing is ‘Type into’ worked with simulate option in the same process in previous step but it was a different window and by default the class was edit.
Thanks for your response for solving this mystery.