Making read input box editable on browser

Hello All,

I have HTML form which have input text box with attributes "readonly =“true” due to which i am not able to insert any value using UI-path. can any body guide me how to make readonly field editable so that i can insert value. as i tried set web attribute too did not work for me… please give with steps .

In this case, you could try to first, manually select a date and and note down the format in which the form excepts dates, example DD-MM-YYYY or in this case DD-MMM-YYYY. Then use the Type Into activity to set the date in the Textbox after fetching them from the CSV file in the proper format.

If this does not work you could also try using with the Set Text activity.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.