Search found 10 matches

by glavender
Mon Aug 15, 2016 8:19 pm
Forum: Technical / Scripting
Topic: WebRecorder Access Denied
Replies: 1
Views: 2764

WebRecorder Access Denied

I get an "Access is denied" message when trying to login on a webpage using WebRecorder (Macroscript WebRecorder GUI Version 4.02). I found an old post on this subject: Webrecorder "access denied" message from webpage Postby pgriffin ยป Mon Apr 11, 2005 8:59 am The suggestion was to use"RapidFIRE! co...
by glavender
Tue Mar 08, 2016 6:57 pm
Forum: Technical / Scripting
Topic: jsonparse with Spaces in Keys
Replies: 2
Views: 3013

jsonparse with Spaces in Keys

I have json string that has some keys with spaces. The following works because the key has no spaces (Sym1): JSONParse>HTMLResponse,dataset.ZoneYC.Sym1,theHigh The following errors with access violation with key having spaces (NQ - NQ11) JSONParse>HTMLResponse,dataset.ZoneYC.NQ - NQ11,theHigh I also...
by glavender
Fri May 29, 2015 8:41 pm
Forum: Technical / Scripting
Topic: Getting Style attributes from a Table <TD tag
Replies: 2
Views: 3208

Re: Getting Style attributes from a Table <TD tag

Thank you Marcus. Seems so obvious now that I look a the command again.
Gerry
by glavender
Thu May 28, 2015 5:30 pm
Forum: Technical / Scripting
Topic: Getting Style attributes from a Table <TD tag
Replies: 2
Views: 3208

Getting Style attributes from a Table <TD tag

In the WebRecorder functions there is a function IEExtractTable to get table data. Is there a way to get the Style information about each <TD> cell? I am screen scraping a web page which denotes small sample size data by setting a yellow background on the data as in: [snippet=]<td style ='width=5.6%...
by glavender
Thu Sep 25, 2014 6:59 pm
Forum: Technical / Scripting
Topic: Problems when Running more than one script at a time.
Replies: 3
Views: 3975

Problems when Running more than one script at a time.

I have been trying to run more than one script at a time. Each one runs normal by itself, but if I run them together the scripts do not behave as expected. The problem is not user interface problems, just seems to be that the scripts are interfering with each other. Are variables being shared or som...
by glavender
Fri Sep 05, 2014 1:47 pm
Forum: Technical / Scripting
Topic: IEExtractTable return value always 0
Replies: 3
Views: 3261

Re: IEExtractTable return value always 0

Thank you Marcus.
by glavender
Fri Aug 29, 2014 3:51 pm
Forum: Technical / Scripting
Topic: IEExtractTable return value always 0
Replies: 3
Views: 3261

Re: IEExtractTable return value always 0

I guess I will just have to write a routine to see if the file was created and check the timestamp.
by glavender
Thu Aug 28, 2014 4:40 pm
Forum: Technical / Scripting
Topic: IEExtractTable return value always 0
Replies: 3
Views: 3261

IEExtractTable return value always 0

When using IEExtractTable>, the output file is created or over-written fine. However, I was trying to test if file could not be created to make sure my error handling was working. I set the existing data file to Read Only. I ran my script with the Read Only file as the output file. It did not over-w...
by glavender
Sat Aug 23, 2014 7:26 pm
Forum: Technical / Scripting
Topic: Variable with a Variable in the Name
Replies: 2
Views: 2854

Re: Variable with a Variable in the Name

Thank you JRL. Looks like that should work.
Gerry
by glavender
Thu Aug 21, 2014 7:43 pm
Forum: Technical / Scripting
Topic: Variable with a Variable in the Name
Replies: 2
Views: 2854

Variable with a Variable in the Name

Let>theIndex=4
Let>Person%theIndex%=1
//is there a way to reference the variable Person4 by the theIndex variable as in:
//MessageModal>Person%theIndex%=%Person%theIndex%%
//The %'s inside %'s does not work, but is there way to reference variable with a variable in the name?
Thank you,
Gerry
Sign up to our newsletter for free automation tips, tricks & discounts