TypeInto activity won't type in 500 (integer) into website

yes i did:

First it Clicks on the bullet, then Click activity on the field and the TypeInto field with the options suggested.

Well
Try removing that activity
Re drag the type into activity and place it in ur workflow
Re indicate the element and provide the input value without any extra properties
Run in debug mode and see how it’s working

@tech2

i did exactly what you said, but the same result…

Get rid of Click and Type Into, and use Set Text.

@postwick

i tried the Set Text, but same result…

@Palaniyappan @postwick @nikhil.girish @Praveen_Mudhiraj

anyone can help?

It seems like the web page is automatically setting it to the number of items available. There are 39 available and it has 39 in the field already, so it won’t let you type 500. Why don’t you just leave it at all?

because the max default value there is 160 and we can download max 500 so we will have to change that from 160 to 500. At this moment there were only 39 i agree, but it is just a test. We need to change the field.

But my guess is the page won’t let you change it to 500 if there are only 39 items. Try having your code put in a number less than 39.

i did try a number lower than 39, but it isn’t working. No numbers are typed in.

i rewrote the whole process in Chrome and now it works. I was trying this in Firefox, but won’t work. Now in Chrome it works!

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