Search found 14 matches
- Tue Sep 11, 2018 5:58 pm
- Forum: Technical / Scripting
- Topic: Webrecorder "Access Is Denied" on login page
- Replies: 1
- Views: 2938
Re: Webrecorder "Access Is Denied" on login page
I was able to get past this by loading the frame page url instead of in this page. It fortunately redirects to the secure site after logging in.
- Tue Sep 11, 2018 2:42 pm
- Forum: Technical / Scripting
- Topic: Webrecorder "Access Is Denied" on login page
- Replies: 1
- Views: 2938
Webrecorder "Access Is Denied" on login page
I am trying to use the webrecorder to log in to a website. Clicking on the username or password fields, or trying to click the 'log in' button throws a Webrecorder popup message 'Access Is Denied'. I can sometimes get the info typed into the fields, but it won't record back to the list, and the page...
- Thu Dec 07, 2017 7:06 pm
- Forum: The Water Cooler
- Topic: Looking for form filling software
- Replies: 2
- Views: 19967
Looking for form filling software
Hi Folks, Does anybody have suggestions for software that can assist a user in filling out web forms, similar to RoboForm or a browser's built in auto-fill? In my case, I need to be able to programmatically update or sync with the fill data, which RoboForm doesn't allow. I also don't want to users t...
- Thu Jul 26, 2012 4:02 pm
- Forum: Technical / Scripting
- Topic: StringReplace crashing - string length limitations?
- Replies: 2
- Views: 3662
Hi Marcus, Thanks. I upgraded my version to 11.1.23, but it still behaves the same. There must be something in the search and/or replace contents that is mucking it up. I am able to get around it by preparing the strings used by doubling up the quotes and replacing CRLF's. I then run them through th...
- Thu Jul 26, 2012 4:28 am
- Forum: Technical / Scripting
- Topic: StringReplace crashing - string length limitations?
- Replies: 2
- Views: 3662
StringReplace crashing - string length limitations?
Hi All, What are the string length limitations for the StringReplace function? I am currently searching an HTML template string that is about 2000 chars in length. There is a replace tag in it where I replace it with another string that is about 5000 chars in length. I stepped through the code and t...
- Mon Apr 11, 2011 6:40 pm
- Forum: Technical / Scripting
- Topic: POP3 message body text to database
- Replies: 1
- Views: 3184
POP3 message body text to database
Hi All, I was wondering if anyone else might have some pointers as how to extract the plain message body text. I need to write it into an MDB database memo field downstream. I'm using RetrievePOP3 to get the messages out, but there doesn't look to be a consistent place to pick up the message body. T...
- Thu Mar 12, 2009 7:10 pm
- Forum: General Discussion
- Topic: Compile Workflow Macros
- Replies: 4
- Views: 7509
- Mon Mar 09, 2009 1:16 pm
- Forum: General Discussion
- Topic: Useful Free Utilities
- Replies: 2
- Views: 5242
- Thu Mar 05, 2009 3:51 pm
- Forum: Enhancement Suggestions
- Topic: IEAuto.DLL Feature Requests: IEWaitText and IEWaitImage
- Replies: 0
- Views: 4871
IEAuto.DLL Feature Requests: IEWaitText and IEWaitImage
Suggest adding functions that wait for text or images to display somewhere in a web page, even if it's not on the visible screen area (scrolled further down the page). IE frame control like on other IEAuto.dll functions might be desirable, but it would be nice if these functions could cycle through ...
- Thu Mar 05, 2009 2:05 pm
- Forum: General Discussion
- Topic: Useful Free Utilities
- Replies: 2
- Views: 5242
Useful Free Utilities
Hi All, Thought I'd share some free and useful utility apps I found last night at this site: http://www.softtreetech.com/24x7/script.htm In particular, logon.exe allows one to login to a locked desktop so that screen interactions are allowed. I am using this to unlock a desktop before launching a co...
- Tue Feb 17, 2009 6:23 pm
- Forum: Technical / Scripting
- Topic: Retrieve Network Logon?
- Replies: 2
- Views: 3626
- Fri Jan 30, 2009 4:19 pm
- Forum: General Discussion
- Topic: Compile Workflow Macros
- Replies: 4
- Views: 7509
Compile Workflow Macros
Can workflow macros be compiled to an EXE?
If not, are there plans to implement that?
Or maybe save the workflow out as a .scp, parsed with the workflow logic?
If not, are there plans to implement that?
Or maybe save the workflow out as a .scp, parsed with the workflow logic?
- Mon Jan 19, 2009 8:29 pm
- Forum: Technical / Scripting
- Topic: IE form buttons not recording properly
- Replies: 1
- Views: 3510
- Mon Jan 19, 2009 6:20 pm
- Forum: Technical / Scripting
- Topic: IE form buttons not recording properly
- Replies: 1
- Views: 3510
IE form buttons not recording properly
Hi All, I have a web form with two buttons on it, each runs a different javascript in the page. The problem is, WebRecorder records them both as identical steps, even though they should run different functions: (WebRecorder results for either button) Let>FrameName={"workarea_frame"} Let>FormName={"R...