Well, this is something weird:
I have a field where I have been working on where if it’s empty, it writes some text, and if it has some text, it just adds it to the start of the string, kinda like this
str = “input text /”
So the field could be input text / input text / input text /
And this worked yesterday. Today it doesn’t work.
The selector goes like this:
"ClassName": "ThunderRT6TextBox",
"Name": "*",
"ControlType": "Document",
"AutomationId": "41"
But this only works IF there is text in the field. If it’s empty I just delete the “Name”: “*”, bit.
But it doesn’t work if there is no text there. This is the same selector I tried yesterday. Everything else works fine. Is there any way to overcome this?
More importantly, why was this working perfectly until now?