Search found 11 matches
- Wed Jun 20, 2012 10:21 am
- Forum: Technical / Scripting
- Topic: web recorder assign value to drop down list box
- Replies: 0
- Views: 6793
web recorder assign value to drop down list box
I am Assigning the Value on webpage drop down box like the following , but when i run the macro on assigning the value to drop down box taking too much time. Any other way so i can improve the performance of assigning the value to drop down box. IE_FormFill>%IE[0]%,{""},{"ACTION:/Create.htm"},{"prod...
- Mon Jun 18, 2012 4:21 pm
- Forum: Technical / Scripting
- Topic: Message From Webpag
- Replies: 3
- Views: 4327
My problem like this page
http://www.michael-thomas.com/tech/java ... onfirm.htm
Confirm OK, then popup a new window (uses onclick()) - Confirm, then next web page - If you press 'OK', then you will launch another web page.
Ex:
http://www.michael-thomas.com/tech/java ... onfirm.htm
Confirm OK, then popup a new window (uses onclick()) - Confirm, then next web page - If you press 'OK', then you will launch another web page.
Ex:
- Mon Jun 18, 2012 4:00 pm
- Forum: Technical / Scripting
- Topic: Message From Webpag
- Replies: 3
- Views: 4327
- Mon Jun 18, 2012 10:46 am
- Forum: Technical / Scripting
- Topic: IE Click Tag Problem
- Replies: 1
- Views: 2720
- Mon Jun 18, 2012 10:45 am
- Forum: Technical / Scripting
- Topic: Message From Webpag
- Replies: 3
- Views: 4327
Message From Webpag
i Click on the button then a window will open called message from webpage, on that two buttons OK and cancel .
How to submit that form in macro.
How to submit that form in macro.
- Mon Jun 18, 2012 10:10 am
- Forum: Technical / Scripting
- Topic: IE Click Tag Problem
- Replies: 1
- Views: 2720
IE Click Tag Problem
This is the source of the web page , There is button "Delete data" i want to in macro click on this button and submit page to done this operration
- Fri Jun 15, 2012 7:31 am
- Forum: Technical / Scripting
- Topic: Web Recorder Application Error
- Replies: 2
- Views: 3182
- Fri Jun 15, 2012 7:28 am
- Forum: Technical / Scripting
- Topic: Web Recorder- Text Extraction Wizard
- Replies: 1
- Views: 2664
Web Recorder- Text Extraction Wizard
The Text Extraction wizrad captures two lines from the ajax button, But i need to extract the first line , How to do.
TD Captures:-
First Line
Second Line
But i want in Variable TD only First Line.
First Line
TD Captures:-
First Line
Second Line
But i want in Variable TD only First Line.
First Line
- Fri Jun 15, 2012 7:25 am
- Forum: Technical / Scripting
- Topic: Web recorder :Getting Error while passing parameter
- Replies: 2
- Views: 3555
- Thu Jun 14, 2012 6:27 am
- Forum: Technical / Scripting
- Topic: Web Recorder Application Error
- Replies: 2
- Views: 3182
Web Recorder Application Error
Getting the Following Error while executing the folloiwng code. --------------------------- Application Error --------------------------- Exception EAccessViolation in module msched.exe at 00003809. Access violation at address 00403809 in module 'msched.exe'. Write of address FF45C653. -------------...
- Wed Jun 13, 2012 2:54 pm
- Forum: Technical / Scripting
- Topic: Web recorder :Getting Error while passing parameter
- Replies: 2
- Views: 3555
Web recorder :Getting Error while passing parameter
Getting Error while passing parameter to the input box. IE_Create>0,IE[1] IE_Navigate>%IE[1]%,http://www.qsl.net/w4sat/feetconv.htm,ie_res IE_WaitDocumentComplete>%IE[1]%,ie_res IE_ClickTag>%IE[1]%,{""},{"ACTION:"},{"INPUT"},{"INDEX"},{"0"},ie_res Let>var=14 Messagemodel>var IE_FormFill>%IE[3]%,{""}...