Search found 44 matches

by theonex
Mon Dec 05, 2016 8:29 pm
Forum: Scripts and Tips
Topic: comma
Replies: 6
Views: 12515

Re: comma

that was simple and worked like a charm.

thank you
by theonex
Mon Dec 05, 2016 7:03 pm
Forum: Scripts and Tips
Topic: comma
Replies: 6
Views: 12515

comma

hi there might be a simple solution to this but i just cant figure it out. wait>2 IETagEventByAttrib>{"https://www.hpsmarts.com/app#/en/training/module/172/quiz/1945"},SPAN,innertext=Yes,click, wait>0.5 IETagEventByAttrib>{"https://www.hpsmarts.com/app#/en/training/module/172/quiz/1945"},A,innertext...
by theonex
Fri Dec 02, 2016 12:31 pm
Forum: Technical / Scripting
Topic: webrecorder 4.03
Replies: 2
Views: 3071

webrecorder 4.03

Hi

i have been trying to generate a code for a website i use. the link to the website is https://www.hpsmarts.com/app#/en/login
the site does not load through webrecorder. am using webrecorder 4.03 and i tried both windows 10 and 7. can anyone load this site through the webrecorder.

thank you
by theonex
Wed Feb 11, 2015 8:47 am
Forum: Beginners
Topic: IETagEventByAttrib with index
Replies: 1
Views: 2919

IETagEventByAttrib with index

hi

i need to click on 4 answers which all have the same value (yes)
how can i use the code below with INDEX,0, INDEX,1, INDEX,2, AND INDEX,3,

IETagEventByAttrib>{"https://www.balabala.com"},A,innertext=Yes,click,
wait>0.1


thank you
by theonex
Tue Jan 20, 2015 5:11 pm
Forum: Beginners
Topic: message box
Replies: 1
Views: 3135

message box

is it possible to get the line number and the email on that line and display it in a message box e.g ReadFile>C:\Users\Public\usernames.txt,allFile Separate>allFile,CRLF,usernames If>usernames_count<0 //just exit if the file is empty Exit>0 Endif //loop through the list of usernames and login for ea...
by theonex
Thu Jan 08, 2015 1:46 pm
Forum: Beginners
Topic: Looking for an Image within an Image
Replies: 5
Views: 4622

Re: Looking for an Image within an Image

here is what i am trying to do. am trying to answer question 2 and question 3. q1.png the questions are different but the multiple choice answers are the same bellow is an image of the correct answers a1.png what ends up happening is that the mouse click for question 2's answer is being clicked on t...
by theonex
Thu Jan 08, 2015 1:17 pm
Forum: Beginners
Topic: Looking for an Image within an Image
Replies: 5
Views: 4622

Re: Looking for an Image within an Image

thanks for the reply marcus

the one issue i have is that the, the position of the images change every time IE is refreshed.
so i can't set any coordinates. is there a work around this.

thanks
by theonex
Thu Jan 08, 2015 11:59 am
Forum: Beginners
Topic: Looking for an Image within an Image
Replies: 5
Views: 4622

Looking for an Image within an Image

hi is it possible to look for a part of the screen and then within that part click on a button. example //Look for Image_A using the entire screen FindImagePos>c:\Image_A.bmp,SCREEN,0.7,1,X,Y,NumFound,CCOEFF If>NumFound>0 MouseMove>X_0,Y_0 //If Image_A is found look for Image_B within Image_A and Cl...
by theonex
Wed Dec 31, 2014 2:15 pm
Forum: Technical / Scripting
Topic: web page does not load using web recorder
Replies: 3
Views: 2789

Re: web page does not load using web recorder

thanks for the reply marcus i have started using the IE wizard too it gives more control of the script and it is better the the webrecorder. i just run into one problem IETagEventByAttrib>{"https://www.hpsmarts.com/app#/en/training/module/20/quiz/106"},A,innertext=HP Printer, HP Paper & HP Ink,click...
by theonex
Wed Dec 24, 2014 10:49 pm
Forum: Technical / Scripting
Topic: web page does not load using web recorder
Replies: 3
Views: 2789

web page does not load using web recorder

hi am trying to automate a log in for this web site https://www.hpsmarts.com/app#/en/login i normally use the web recorder to do this however the above web site does not load in web recorder. Let>FrameName={""} Let>FormName={"loginFrm"} Let>FieldName={"fEmail"} Let>FieldValue=={"emailaddress@emailpr...
by theonex
Wed Aug 27, 2014 8:18 am
Forum: Beginners
Topic: reading username and password from text file
Replies: 4
Views: 5620

Re: reading username and password from text file

JRL sorry for the late reply recently i just got very busy. just wanted to say thank you i really appreciate you taking the time to help me sort this out. once again thank you
by theonex
Sun Aug 17, 2014 6:35 pm
Forum: Beginners
Topic: reading username and password from text file
Replies: 4
Views: 5620

Re: reading username and password from text file

both the user name and password would be in the same txt file separated by ; e.g
username1;password1
username2;password2
username3;password3
by theonex
Fri Aug 15, 2014 5:24 pm
Forum: Beginners
Topic: reading username and password from text file
Replies: 4
Views: 5620

reading username and password from text file

i need help to add the password to this script any help would be appreciated. i been pulling hairs over this and i am still clueless. //read the file of usernames ReadFile>c:\usernames.txt,allFile Separate>allFile,CRLF,usernames If>usernames_count=0 //just exit if the file is empty Exit>0 Endif //cr...
by theonex
Sun Feb 16, 2014 9:06 pm
Forum: Beginners
Topic: repeat with multiple usernames
Replies: 4
Views: 4322

thank you marcus for taking the time to help me out here i am a nop. i cant get the password to be red this is what i got so fare if you could just fix this for me. //read the file of usernames ReadFile>C:\Users\Public\usernames.txt,allFile Separate>this_line,;,parts If>usernames_count=0 //just exit...
by theonex
Sat Feb 15, 2014 4:42 pm
Forum: Beginners
Topic: repeat with multiple usernames
Replies: 4
Views: 4322

thanks marcus for the reply and solution

one last question if i also wanted a text file containing the passwords how do i get the macro to read of that to on the same script.

many thanks
Sign up to our newsletter for free automation tips, tricks & discounts