GOOD CATCH. Thanks!
Search found 20 matches
- Tue Feb 04, 2020 4:19 pm
- Forum: Beginners
- Topic: If statement help
- Replies: 2
- Views: 4411
- Tue Feb 04, 2020 12:19 am
- Forum: Beginners
- Topic: If statement help
- Replies: 2
- Views: 4411
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...
- 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: 6966
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...
- Sat Oct 05, 2019 3:12 pm
- Forum: Technical / Scripting
- Topic: Pressing two keys simultaneously
- Replies: 5
- Views: 6351
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..
I find when I run the script, the "Choose file to upload" window opens, but nothing else happens..
- Sat Oct 05, 2019 3:07 pm
- Forum: Technical / Scripting
- Topic: Pressing two keys simultaneously
- Replies: 5
- Views: 6351
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
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
- Sat Oct 05, 2019 2:55 pm
- Forum: Technical / Scripting
- Topic: Pressing two keys simultaneously
- Replies: 5
- Views: 6351
Re: Pressing two keys simultaneously
Thanks, checked already and didn't find a solution that works.
- Fri Oct 04, 2019 9:32 pm
- Forum: Technical / Scripting
- Topic: Pressing two keys simultaneously
- Replies: 5
- Views: 6351
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.
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.
- 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: 3322
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...
- Wed Oct 02, 2019 7:57 pm
- Forum: Technical / Scripting
- Topic: A few scripting questions :) for a Noob
- Replies: 2
- Views: 2594
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...
- Wed Oct 02, 2019 8:30 am
- Forum: Technical / Scripting
- Topic: A few scripting questions :) for a Noob
- Replies: 2
- Views: 2594
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...
- Mon Sep 30, 2019 5:42 am
- Forum: Technical / Scripting
- Topic: Entering text into a form from a txt file.... text is truncated?
- Replies: 5
- Views: 4617
- 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: 4617
Re: Entering text into a form from a txt file.... text is truncated?
I figured it out and it worked.Grovkillen wrote: ↑Mon Sep 30, 2019 4:15 amHave you added delay inn the send text command (I.e. key delay)?
Added the line:
Let>SK_Delay=25
before the
SendText>myText2 line
- 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: 4617
Re: Entering text into a form from a txt file.... text is truncated?
Please elaborate. Thank you.Grovkillen wrote: ↑Mon Sep 30, 2019 4:15 amHave you added delay inn the send text command (I.e. key delay)?
- 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: 3478
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).
- 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: 4617
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...