Hi everyone!
I'm automating in a specific corporation page, I'm using a simple selector for an "If window contains" action, then, if that exists I'm clicking it and doing some more clicks afterwards.
Around an hour ago I was testing it and it worked great! Then after trying it again a couple hours later it started failing. I tried selector testing and it says parent window could not be found, so I tried updating the window selector but after updating it, it still said "parent window could not be found".
After this happened I tried again in a clone of this virtual machine, same specs, configuration, everything. In this machine it worked fine, as it was working when I was trying it the first time.
Neither machine has been updated softwarewise, I'm using Chrome and it wasnt updated either.
When I tried to update both the window selector and the selector itself, I noticed the parent window selector went from ":desktop > pane" to ":desktop > window" also, the new actual selector I tried gave me a lot more properties, but I could not test it as it is giving me the "parent window could not be found" error message.
I need a lead to what could the problem be and what could I do to fix it as I need this code working in multiple machines.
Thanks in advance! :)