Problem in Filling the numbers in form.

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
saravanan1981
Posts: 3
Joined: Sat Oct 09, 2021 6:36 am

Problem in Filling the numbers in form.

Post by saravanan1981 » Fri Sep 16, 2022 10:55 am

Hi,

I have below code . It is trail version. Operating system is windows-10

Code: Select all

VERSION BUILD=2021
TAB T=1
URL GOTO=http://cmots.smeinsure.in/EB/GMC.aspx
Wait seconds=2
'Registration form
TAG POS=1 TYPE=INPUT:TEXT ATTR=ID:ContactPersonIds CONTENT=Sam Lucas
TAG POS=1 TYPE=INPUT:TEXT ATTR=ID:NameOfCompIds CONTENT="ABCD"
TAG POS=1 TYPE=INPUT:TEL ATTR=ID:MobileNoIds CONTENT=8888888888
TAG POS=1 TYPE=INPUT:EMAIL ATTR=ID:EmailIDs CONTENT=saravanan@test.in
'Registration CTA Button
TAG POS=1 TYPE=BUTTON ATTR=CLASS:"btn btn-custome button-5"
Wait seconds=2
'Family definition
TAG POS=1 TYPE=INPUT:RADIO ATTR=ID:exampleRadios1
'With age- No
TAG POS=2 TYPE=LABEL ATTR=CLASS:custom-control-label
TAG POS=1 TYPE=INPUT:CHECKBOX ATTR=ID:customSwitch2 CONTENT=NO
TAG POS=2 TYPE=LABEL ATTR=CLASS:custom-control-label
TAG POS=1 TYPE=INPUT:CHECKBOX ATTR=ID:customSwitch2 CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX ATTR=ID:customSwitch2 CONTENT=YES 
EVENTS TYPE=keypress SELECTOR="#EMPOnlyTotalCntds" CHARS=55
EVENT TYPE=click SELECTOR="#num18" BUTTON=0 POINT=(433,538)
EVENTS TYPE=keypress SELECTOR="#num18" CHARS=10
EVENTS TYPE=keypress SELECTOR="#num35" CHARS=15
EVENT TYPE=click SELECTOR="html" BUTTON=0 POINT=(1269,541)
EVENT TYPE=keypress SELECTOR="#num45" CHAR=5
EVENTS TYPE=keypress SELECTOR="#num55" CHARS=10
EVENTS TYPE=keypress SELECTOR="#num60" CHARS=10
EVENT TYPE=keypress SELECTOR="#num65" CHAR=5
the last 9 line of codes are to enter the numbers in boxes. But After entering the number in the boxes, the total number in the box "Age Band Total" is not getting calculated. Can any one help on this?
saravanan1981
Posts: 3
Joined: Sat Oct 09, 2021 6:36 am

Re: Problem in Filling the numbers in form.

Post by saravanan1981 » Mon Sep 19, 2022 12:49 pm

Can any one help me ln this?
Post Reply