Jump to content

Recommended Posts

Posted

Hi,

How can I read the value of an element of a webpage without server request ?

For example, a countdown on a web page.

I tried InetGet(), but without success.

Posted (edited)

InetRead()

Try it, and show your code if unsuccessful.

EDIT:

Scrap that it wont work.

Some people have had success with chrome udf in Example Scripts section, I did not when I tried it, worth having a look at though.

It's not what you asked, but I'd consider using IE with the IE udf which works well.

Edited by JohnOne

AutoIt Absolute Beginners    Require a serial    Pause Script    Video Tutorials by Morthawt   ipify 

Monkey's are, like, natures humans.

Posted

maybe the countdown is performed by javascripts on the client (not on the server),

so you should read data from the web browser. In this case the previous post by JohnOne gives you a possible choice.
You should be more precise, perhaps giving if possible a link of a web site for example.

 

image.jpeg.9f1a974c98e9f77d824b358729b089b0.jpeg Chimp

small minds discuss people average minds discuss events great minds discuss ideas.... and use AutoIt....

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...