serena_knight Posted October 17, 2024 Posted October 17, 2024 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
Developers Jos Posted October 17, 2024 Developers Posted October 17, 2024 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.
serena_knight Posted October 17, 2024 Author Posted October 17, 2024 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
serena_knight Posted October 17, 2024 Author Posted October 17, 2024 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.
Developers Jos Posted October 17, 2024 Developers Posted October 17, 2024 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.
ioa747 Posted October 17, 2024 Posted October 17, 2024 (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, 2024 by ioa747 I know that I know nothing
Jemboy Posted October 18, 2024 Posted October 18, 2024 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 ?
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