Search found 36 matches

by robotask
Tue Jun 04, 2013 8:57 pm
Forum: General Discussion
Topic: Does Robotask recognize when a webpage is loaded?
Replies: 4
Views: 14184

Re: Does Robotask recognize when a webpage is loaded?

Network Automation Automate for Windows
by robotask
Mon Jun 03, 2013 2:24 pm
Forum: General Discussion
Topic: Does Robotask recognize when a webpage is loaded?
Replies: 4
Views: 14184

Re: Does Robotask recognize when a webpage is loaded?

For something like this, I use Automate which has a screen coordinate pixel color change detection as well as a wait function for when ready. Robotask lives quite happily with Automate and both products compliment each other. About the only item that Automate is vastly superior is the ability to def...
by robotask
Mon Jun 03, 2013 2:07 pm
Forum: General Discussion
Topic: Sax ActiveX Scripting window opens behind browser
Replies: 1
Views: 7840

Sax ActiveX Scripting window opens behind browser

Used the basic scripting task to create a small choice list It opens up when a specific browser, firefox, safari. chrome etc.... tab is opened Problem is, it opens BEHIND browser when it should have focus on top since it waits until the browser is fully ready, even inserted a 10 sec, 30 sec delay an...
by robotask
Mon May 27, 2013 12:22 am
Forum: General Discussion
Topic: Reordering lines of content in a file
Replies: 7
Views: 25537

Re: Reordering lines of content in a file

I would do this in SAS, a very easy data step swap. SAS can read the entire contents of the file and analyze easily what are the rows before current row and what rows are coming next and reorder according to design www.sas.com Learner edition is free and it would take about 4 minutes to write a work...
by robotask
Mon May 20, 2013 8:44 pm
Forum: General Discussion
Topic: Citrix terminal
Replies: 1
Views: 6685

Citrix terminal

Is this possible in Robotask ? When a Citrix logon via browser is executed, lots of windows may open from the remote server but most do not present (some do) any kind of detectable window and it's hard to figure out where to place cursor in order to click one of these "hidden" windows. The...
by robotask
Mon May 20, 2013 1:19 am
Forum: General Discussion
Topic: Window watcher, Window activated
Replies: 4
Views: 13829

Re: Window watcher, Window activated

do not test with just firefox itselt, have FF and inside it several tabs open, to different web sites in ONE window now open a new tab to a new site that is being watched robotask will not respond .... until the focus is switched away to another window or clicking on desktop.... now return to that t...
by robotask
Sun May 19, 2013 6:20 pm
Forum: General Discussion
Topic: Window watcher, Window activated
Replies: 4
Views: 13829

Re: Window watcher, Window activated

assuming this is a known bug in current release .... happens when firefox window title is used as the window watch
by robotask
Sun May 19, 2013 10:59 am
Forum: General Discussion
Topic: Is Choice list possible
Replies: 1
Views: 6738

Is Choice list possible

Is there a function to populate a list of choices, from which one item can be selected and stored into a variable ?

Example: Populate a list with Selections A, B, C, display the list and select B with a mouse click, variable vSelected would now contain B
by robotask
Sat May 18, 2013 7:24 pm
Forum: General Discussion
Topic: Window watcher, Window activated
Replies: 4
Views: 13829

Window watcher, Window activated

observed behavior on a x64 win7 enterprise system, with firefox window open/cycling through bookmarks, the opening of a new window does not trigger the task but only when another tab is clicked AND THEN back to the just opened bookmark/tab it does not make any difference if using explicit full value...
by robotask
Sat May 18, 2013 7:19 pm
Forum: General Discussion
Topic: File read ?
Replies: 1
Views: 6731

File read ?

Is there a File Read function ? File Write works fine.