mirshafiee
IRobotSoft Newbies

I Love IRobotSoft
Posts: 6
|
Hi, I created some tasks to submit a form to log in in a page and then extract data and then these data is written in csv file. My problem is when robot comes to submit form (my data which should submit is in another csv file) after submitting form, automatically refreshes the page and submit next data. This page has captcha and when page refreshes new captcha should be submit. But if I use goback() function, I can use previous captcha for log in. If I want to say in a better words the actions do these steps: 1. get data from first csv file 2. submit data to website to login 3. extract data which I define 4. save data in second csv file 5. refresh web page and this loop work until the last record in first csv file. I use goback() function in step 4 to get back in first page, but as I said, submit action refresh the page. How can I configure a submit form action that does not refresh page?? In other words, how can I remove step 5 from a submit form action?? thanks a lot
|