Search found 22 matches

by Tester
Thu Aug 20, 2009 2:08 am
Forum: Technical / Scripting
Topic: IE_ExtractTag crashes if tag is not present
Replies: 1
Views: 3734

Could anybody verify that it is only me having this problem, please?
by Tester
Mon Aug 17, 2009 8:32 am
Forum: Technical / Scripting
Topic: IE_ExtractTag crashes if tag is not present
Replies: 1
Views: 3734

IE_ExtractTag crashes if tag is not present

I got a time counter in a dynamic web page in the SPAN tag number three, counting down to zero. After that, a new page is loaded, that contains only 2 SPAN tags. I used the following code with WebRecorder 2.01/2.0 with MS 10 and all worked fine: Repeat>%TimeLeft% Wait>1 IE_ExtractTag>%IE[0]%,,SPAN,3...
by Tester
Fri Jul 17, 2009 3:22 am
Forum: Technical / Scripting
Topic: HTML Clipboard
Replies: 12
Views: 11691

As far as I know, the clipboard stores the information in several different formats: HTML source and plain text, in my case. For example, you can copy some text from Microsoft Word into the clipboard. If you use another Word instance to retrieve the clipboard content, the text from the clipboard is ...
by Tester
Thu Jul 16, 2009 5:50 pm
Forum: Technical / Scripting
Topic: HTML Clipboard
Replies: 12
Views: 11691

You can take any table on any webpage to try it. Simply mark the whole table with the mouse and try to get the webpage source making the table into Micro Scheduler. My script is waiting for the user to press a button in a dialog when he has finished marking and copying to clipboard.
by Tester
Thu Jul 16, 2009 2:51 pm
Forum: Technical / Scripting
Topic: HTML Clipboard
Replies: 12
Views: 11691

I did exactly write what I need. I need the webcode that generates the table that the user has selected.

So leave me alone with your Joe User answers,please! They do not help anybody!
by Tester
Thu Jul 16, 2009 1:33 pm
Forum: Technical / Scripting
Topic: HTML Clipboard
Replies: 12
Views: 11691

The user should be able to select any table on a webpage by marking it with the mouse. Then the table is copied to the clipboard by pressing CTRL+C.
by Tester
Thu Jul 16, 2009 12:42 pm
Forum: Technical / Scripting
Topic: HTML Clipboard
Replies: 12
Views: 11691

The source code is too huge to find the right table in it. I have to mark it with the mouse and then copy it to the clipboard.

Some programs like Ultraedit have a "paste special" command where I can paste the clipboard in true HTML to the editor.
by Tester
Thu Jul 16, 2009 10:59 am
Forum: Technical / Scripting
Topic: Extract TAG by ID name
Replies: 1
Views: 3146

Extract TAG by ID name

I got some DIV with thier own IDs to identify them. I got these DIVs on several web pages. The IDs are always the same, but the postions of the DIVs are changing, so I can not reference to them by the index number. One example for the web source code: ..... How is the syntax for the IE_ExtractTag co...
by Tester
Thu Jul 16, 2009 9:38 am
Forum: Technical / Scripting
Topic: HTML Clipboard
Replies: 12
Views: 11691

HTML Clipboard

I copied a table from a website into the clipboard. When I get the clipboard with

GetClipboard>txtClipboard

all HTML-code is removed. How can I get the Clipboard including the HTML code?
by Tester
Tue Jul 14, 2009 1:21 pm
Forum: Technical / Scripting
Topic: Get handle to a created internet explorer window
Replies: 6
Views: 7487

No, it does not. It always gives the handle Zero. That's the problem with it.
by Tester
Tue Jul 14, 2009 1:14 pm
Forum: Technical / Scripting
Topic: Delete a section in an ini-file
Replies: 7
Views: 7532

Mistyped something. Works now. Thanks!
by Tester
Tue Jul 14, 2009 1:12 pm
Forum: Technical / Scripting
Topic: Get handle to a created internet explorer window
Replies: 6
Views: 7487

I use

IE_Create>0,IE[0]

to creat an internet explorer instance.
by Tester
Tue Jul 14, 2009 1:04 pm
Forum: Technical / Scripting
Topic: Delete a section in an ini-file
Replies: 7
Views: 7532

One last case that is not covered by the script. What if the section is the last section in the ini-file?
by Tester
Tue Jul 14, 2009 5:31 am
Forum: Technical / Scripting
Topic: Get handle to a created internet explorer window
Replies: 6
Views: 7487

The "handle" stored in IE[0] is always Zero. If I use

SetFocus>%IE[0]%

it will not work for me.
by Tester
Tue Jul 14, 2009 5:27 am
Forum: Technical / Scripting
Topic: Delete a section in an ini-file
Replies: 7
Views: 7532

I do not want the section name to be deleted, but the whole section including all entries. For example:

[section to be deleted] (somewhere in the ini-file)
entry1
entry2
entry3
.....

[maybe another section]
Sign up to our newsletter for free automation tips, tricks & discounts