Search found 20 matches

by diamondrail
Tue Feb 04, 2020 4:19 pm
Forum: Beginners
Topic: If statement help
Replies: 2
Views: 3154

Re: If statement help

JRL wrote:
Tue Feb 04, 2020 4:30 am
You have a space between the second "If" and its affiliated ">". Basically, making the line a remark that is ignored.
GOOD CATCH. Thanks!
by diamondrail
Tue Feb 04, 2020 12:19 am
Forum: Beginners
Topic: If statement help
Replies: 2
Views: 3154

If statement help

I am having an issue with this if statement. Can anyone tell me where I am going wrong with the syntax and give me a clear path forward? the script: Let>a=5 let>b=5 IF>{(%a% = 5) AND (%b% = "2")} MessageModal>a is 5 and b is 2, no winner Else IF >{(%a% = 5) AND (%b% = "3")} MessageModal> winner ELSE...
by diamondrail
Tue Oct 29, 2019 5:43 pm
Forum: General Discussion
Topic: Best way to avoid an error if an Internet Explorer Element is not found
Replies: 3
Views: 5374

Best way to avoid an error if an Internet Explorer Element is not found

I have a situation where I need an element to be clicked, however, if that element is not shown on the page, I want the script to continue without an error. (Usually getting an error because the script cannot find the IE element). What type of If statement do I need to use, can someone assist me wit...
by diamondrail
Sat Oct 05, 2019 3:12 pm
Forum: Technical / Scripting
Topic: Pressing two keys simultaneously
Replies: 5
Views: 4279

Re: Pressing two keys simultaneously

IS "Setfocus" necessary? The window that I am trying to manipulate is a "CHoose File to Upload" window in Internet Explorer....

I find when I run the script, the "Choose file to upload" window opens, but nothing else happens..
by diamondrail
Sat Oct 05, 2019 3:07 pm
Forum: Technical / Scripting
Topic: Pressing two keys simultaneously
Replies: 5
Views: 4279

Re: Pressing two keys simultaneously

So far:

CapsOff
Press LShift * 10
Wait>0.047
Press Tab
Wait>0.047
Release LShift * 9
Wait>0.687
Press LShift * 9
Press Tab
Wait>0.047
Release LShift
Wait>2.23
Press Up * 4
Wait>0.532
by diamondrail
Sat Oct 05, 2019 2:55 pm
Forum: Technical / Scripting
Topic: Pressing two keys simultaneously
Replies: 5
Views: 4279

Re: Pressing two keys simultaneously

Thanks, checked already and didn't find a solution that works.
by diamondrail
Fri Oct 04, 2019 9:32 pm
Forum: Technical / Scripting
Topic: Pressing two keys simultaneously
Replies: 5
Views: 4279

Pressing two keys simultaneously

Hi,
I am wanting to press "TAB" and "SHIFT" at the exact same time, once.

I have tried a few combinations but with no success in coding.
by diamondrail
Fri Oct 04, 2019 8:08 pm
Forum: Beginners
Topic: Trying to click the "desktop" image in a Internet Explorer "Choose file to upload" window
Replies: 1
Views: 2407

Trying to click the "desktop" image in a Internet Explorer "Choose file to upload" window

I tried the image recognition and it worked two weeks ago, but now it's not clicking on the button... Is there a better way to automate this process.. Image upload Internet Explorer Window is already open. (Got this far :) Click "Desktop" Double Click on "Specific Folder" Click on "photo one" (By im...
by diamondrail
Wed Oct 02, 2019 7:57 pm
Forum: Technical / Scripting
Topic: A few scripting questions :) for a Noob
Replies: 2
Views: 1915

Re: A few scripting questions :) for a Noob

4. If I want a script to run at 9am (900), then 1015am (1015), and ten other random times throughout the 24 hour day. Is it better to just use a OR STATEMENT or is there a more elegant way to set this up? Should be better explained as: 4. If I want a script to run at 9am (900), then 1015am (1015), a...
by diamondrail
Wed Oct 02, 2019 8:30 am
Forum: Technical / Scripting
Topic: A few scripting questions :) for a Noob
Replies: 2
Views: 1915

A few scripting questions :) for a Noob

1. Is there a good way to automate clicking a button on a webpage, when a) the button is not currently shown on the page - it is scrolled down a few pages? and b) if the mouse is hovering over the button causing the tiny little pop up box to pop up and "cover" up the button... (in the situation wher...
by diamondrail
Mon Sep 30, 2019 5:41 am
Forum: Technical / Scripting
Topic: Entering text into a form from a txt file.... text is truncated?
Replies: 5
Views: 3208

Re: Entering text into a form from a txt file.... text is truncated?

Grovkillen wrote:
Mon Sep 30, 2019 4:15 am
Have you added delay inn the send text command (I.e. key delay)?
I figured it out and it worked.

Added the line:

Let>SK_Delay=25
before the
SendText>myText2 line
by diamondrail
Mon Sep 30, 2019 5:29 am
Forum: Technical / Scripting
Topic: Entering text into a form from a txt file.... text is truncated?
Replies: 5
Views: 3208

Re: Entering text into a form from a txt file.... text is truncated?

Grovkillen wrote:
Mon Sep 30, 2019 4:15 am
Have you added delay inn the send text command (I.e. key delay)?
Please elaborate. Thank you.
by diamondrail
Mon Sep 30, 2019 5:28 am
Forum: Technical / Scripting
Topic: Entering text into a web form (Easy for most people I bet)
Replies: 4
Views: 2550

Re: Entering text into a web form (Easy for most people I bet)

Just entering information into forms and then uploading a classified ad (online).
by diamondrail
Sun Sep 29, 2019 9:15 pm
Forum: Technical / Scripting
Topic: Entering text into a form from a txt file.... text is truncated?
Replies: 5
Views: 3208

Entering text into a form from a txt file.... text is truncated?

I have used the "sendtext" function to add text to a field on a website, however, I noticed the text file is not completely added despite the web form having space. Only 5 % of the text gets added. I even added a significant delay to ensure that the text function had sufficient time to input the tex...
cron
Sign up to our newsletter for free automation tips, tricks & discounts