serena_knight Posted October 17 Share Posted October 17 I am trying to find a string on a webpage using an autoit script like when you enter control+f, enter search string, i can not user the html statements of autoit because the source behind the webpage uses java and some other things i dont understand i want to find a string on the webpage, get the coordinates, and move the mouse to that position. can someone help me please, at the present time i have to hard code the position of string. but then the webpage get changed and i have to redo the script Link to comment Share on other sites More sharing options...
Developers Jos Posted October 17 Developers Share Posted October 17 Please read your own post and try to figure out what information is missing before anybody could try to help you. SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
serena_knight Posted October 17 Author Share Posted October 17 I dont understand Link to comment Share on other sites More sharing options...
serena_knight Posted October 17 Author Share Posted October 17 I dont understand i i dont have specfic things i just want to find a strinig on a webpage and move my mouse to it the htlml commands dont work because the source is usinig java script Link to comment Share on other sites More sharing options...
serena_knight Posted October 17 Author Share Posted October 17 someone asked a similar question but did not get an answer,, this sounds like what i want to do I have a web page where i can not use the usual _ie functions as it is coded in java script. there is text "Ready" on the screen, by clicking it revels "Not Ready" which i wish to click next. i can get the "Ready" to highlight buy sending a ^f to the screen. i have read everything i can find on here about trying to click the highlighted word, but nothing works, i have tried control commands but nothing works. the only way i have been partly successful using the info tool to get the x,y position then using a mouseclick at the x,y,,, but it seems that the x,y position is not constant, yes i did use option 2 for screen position. i need a method to more the cursor to the "ready" word and click it then move the cursor to Not Ready and click that there has to be a way to find the word ready on the screen and move the mouse there,, can anyone help. Link to comment Share on other sites More sharing options...
Developers Jos Posted October 17 Developers Share Posted October 17 25 minutes ago, serena_knight said: I dont understand Ditto... Xandy 1 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
ioa747 Posted October 17 Share Posted October 17 (edited) I didn't understand either, but take a look https://www.autoitscript.com/forum/topic/212137-code-to-obtain-the-tip-url-chrome-like-the-attached-image/#comment-1536650 Edited October 17 by ioa747 I know that I know nothing Link to comment Share on other sites More sharing options...
Jemboy Posted October 18 Share Posted October 18 23 hours ago, Jos said: Please read your own post and try to figure out what information is missing before anybody could try to help you. Hi Jos, did you already get the website URL from @serena_knight so we/the community could try to help him/her to figure it out ? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now