Hi,
I have a ahk v2 script that I don't know why I always have to edit the ElementFromPath. After I have set it on correct Path, It is working, but after several days, it is not working again. I have posted the error code:
Error: Invalid index/condition at path index 1
032: SendInput(text)
033: sleep(250)
▶ 034: msedgeEl.ElementFromPath("Y/YYY/YY/YYYYYYVRq0/").ControlClick()
035: sleep(500)
036: txt := msedgeEl.ElementFromPath("Y/YYY/YY/YYYYYYVRqRK").Name
The current thread will exit.
I have attached the image I need to ControlClick.
I hope someone can help me about this.
Hi,
I have a ahk v2 script that I don't know why I always have to edit the ElementFromPath. After I have set it on correct Path, It is working, but after several days, it is not working again. I have posted the error code:
Error: Invalid index/condition at path index 1
▶ 034: msedgeEl.ElementFromPath("Y/YYY/YY/YYYYYYVRq0/").ControlClick()
035: sleep(500)
036: txt := msedgeEl.ElementFromPath("Y/YYY/YY/YYYYYYVRqRK").Name
The current thread will exit.
I have attached the image I need to ControlClick.
I hope someone can help me about this.