Click with a twist
Posted: 02 Dec 2018 13:35
Hi all
I have this problem : I've got an app with a insert form. One Field is a textbox. When i touch it with finger another Window pops up with several choices. Then I click an item, the window closes and the value is transferred to the textbox. Now if I try the same with Automagic, applying the click() function to that textbox i just see that the textbox becomes selected (borders become bold) but nothing else happens. I can not guess how to write a value or pop up the choice window. Consider I already tried to write text with setText2ById(). I can fill the textbox in this way, but it is not recognized. When I try to submit the form in fact I get an error for not having filled that field
I have this problem : I've got an app with a insert form. One Field is a textbox. When i touch it with finger another Window pops up with several choices. Then I click an item, the window closes and the value is transferred to the textbox. Now if I try the same with Automagic, applying the click() function to that textbox i just see that the textbox becomes selected (borders become bold) but nothing else happens. I can not guess how to write a value or pop up the choice window. Consider I already tried to write text with setText2ById(). I can fill the textbox in this way, but it is not recognized. When I try to submit the form in fact I get an error for not having filled that field