Hello Experts,
i want to type a value into a textbox and extract a value from webpage.
it is very simple but PAD cannot recognize the textbox.
i used a web recorder to do it. it recorded well but didn't work with error below
"Subflow_2 3 Failed to write text '1234567890' in form field (error in communication with browser). "
it's selector is defined using UI element button. "iframe[Id="txppIframe"] input[Id="bsno"]"
here is the website and there is only one textbox on it.
https://teht.hometax.go.kr/websquare/websquare.html?w2xPath=/ui/ab/a/a/UTEABAAA13.xml
you can type 1234567890 into textbox then press enter. that's all i did with PAD.
before changing GA, it worked fine. but now i cannot.
i've tried to do it with UIPath and Winautomation. it worked perfectly but PAD didn't.
It would be much appreciated if you could give me an advise.