cancel
Showing results for 
Search instead for 
Did you mean: 

Eanble a Web browser buttom

Anonymous
Not applicable
Hi All,   I am trying to fill up a form in web browser.. After choosing all the data, when we are clicking on the Apply changes button it is not working. But when I click it manually it works, I checked the html of that button when robot is working. the button is disabled. That is why why robot is clicking, it is not working. When filling up the data manually it is the html of the button is enabled. How do I enable that button when robot is working ? can you please provide me any code so that I can enable that button before clicking on the button using Bot.   Regards, Niladri
1 REPLY 1

John__Carter
Staff
Staff
Sounds like the web page is not 'aware' that the input has been provided. The web page will have been built for human users using a keyboard, but you are using BP to 'silently' write data without the keyboard. You may be able to 'wake up' the web page's event handlers by sending a global mouse click or keystroke. Otherwise you may have to enter all the data via global send keys or copy/paste. Basically you have to make BP mimic human input.