Search found 2 matches

by cabler
Wed Feb 13, 2013 10:55 am
Forum: iMacros for Chrome
Topic: html5 tag "date" will not be filled in Chrome
Replies: 0
Views: 1791

html5 tag "date" will not be filled in Chrome

Hi, Chrome is already able to to process the html5 tag date in a form input field: "input type='date' name='dob' required min='1799-01-01'". When I have the line TAG POS=1 TYPE=INPUT:date FORM=ACTION:https://testlab.com ATTR=NAME:dob CONTENT=1996-02-01 in my IMacro script, it will be simpl...
by cabler
Mon Feb 11, 2013 3:17 pm
Forum: Command Line and Scripting Interface
Topic: iimOpen, iimInit returns -1 for "-ie"
Replies: 0
Views: 1999

iimOpen, iimInit returns -1 for "-ie"

Hi, calling the methode iimInit("-ie") I get -1 as $ReturnCode: $GlobalMacro = Win32::OLE->new('imacros') or die "Win32:OLE problem\n"; my $RetCode=$GlobalMacro->iimInit("-IE -V7",0); I am using active perl 5.10.0 under Win 7, 64 Bit. The Version of imacros is 8.03.2216...