Proxy Restrict Limit of records uploaded per day

Support for iMacros. The iMacros software is the unique solution for automating every activity inside a web browser, for data extraction and web testing.
Forum rules
iMacros EOL - Attention!

The renewal maintenance has officially ended for Progress iMacros effective November 20, 2023 and all versions of iMacros are now considered EOL (End-of-Life). The iMacros products will no longer be supported by Progress (aside from customer license issues), and these forums will also no longer be moderated from the Progress side.

Thank you again for your business and support.

Sincerely,
The Progress Team

Before asking a question or reporting an issue:
1. Please review the list of FAQ's.
2. Use the search box (at the top of each forum page) to see if a similar problem or question has already been addressed.
3. Try searching the iMacros Wiki - it contains the complete iMacros reference as well as plenty of samples and tutorials.
4. We can respond much faster to your posts if you include the following information: CLICK HERE FOR IMPORTANT INFORMATION TO INCLUDE IN YOUR POST
Post Reply
Tamilselvan
Posts: 129
Joined: Mon Mar 07, 2016 10:49 am

Proxy Restrict Limit of records uploaded per day

Post by Tamilselvan » Fri Oct 22, 2021 8:19 pm

Firefox 52.9.0 (32-bit)
iMacros 8.9.7
Win-10 (64-bit)

Hi,
I have 12500 records to give feedback in website. It will accepted only 100 records one day, Due to proxy .
Your Quota exceeded for the day
How to set State & District default. Its taking time for select State & District, every time.. how to do.. please guide me...

Code: Select all

VERSION BUILD=8970419 RECORDER=FX
TAB T=1  
SET !TIMEOUT_STEP 0
SET !DATASOURCE SP5.csv
SET !LOOP 2
SET !DATASOURCE_LINE {{!LOOP}}
SET !ErrorIgnore Yes
URL GOTO=https://ssg2021.in/Citizenfeedback
wait seconds=2
TAG POS=1 TYPE=SELECT FORM=NAME:CitizenFeedbackForm ATTR=ID:State CONTENT=%22
wait seconds=2
TAG POS=1 TYPE=SELECT FORM=NAME:CitizenFeedbackForm ATTR=ID:District CONTENT=%459
wait seconds=.5
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:CitizenFeedbackForm ATTR=NAME:RespondentAge CONTENT={{!COL3}}
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:CitizenFeedbackForm ATTR=NAME:RespondentName CONTENT={{!COL1}}
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:CitizenFeedbackForm ATTR=NAME:RespondentMobileNo CONTENT={{!COL4}}
TAG POS=1 TYPE=SELECT FORM=NAME:CitizenFeedbackForm ATTR=NAME:RespondentGender CONTENT=%{{!COL2}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:CitizenFeedbackForm ATTR=*
wait seconds=.5
TAG POS=1 TYPE=INPUT:RADIO FORM=NAME:CitizenFeedbackForm3 ATTR=NAME:FQ1
TAG POS=1 TYPE=INPUT:RADIO FORM=NAME:CitizenFeedbackForm3 ATTR=NAME:FQ2
TAG POS=1 TYPE=INPUT:RADIO FORM=NAME:CitizenFeedbackForm3 ATTR=NAME:FQ3
TAG POS=1 TYPE=INPUT:RADIO FORM=NAME:CitizenFeedbackForm3 ATTR=NAME:FQ4
TAG POS=1 TYPE=INPUT:RADIO FORM=NAME:CitizenFeedbackForm3 ATTR=NAME:FQ5
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:CitizenFeedbackForm3 ATTR=*
wait seconds=1
Quota Exceeds-2.jpg
Post Reply