Jump to content

Recommended Posts

Posted

When I for inactivity for a certain period of time a session on the server is broken and appearing prompted to enter the captcha how to do that so when prompted in the browser window, a sound was heard the melody?

Posted

Does the window title change when the captcha challenge is displayed? If so, you can try something as simple as this

WinWait("Session expired")
SoundPlay("Alert.mp3")

No- title does not change.
Posted

Well does the HTML change? if so, read and detect changes using _IEDocReadHTML()

Page code is not changed - in the source code is written after a certain period of time, ask for confirmation by introducing the captcha.
Posted

Can you give the url, or is it super secret ?

You are not logged-there is input the password, but I will prepared to convey a personal message with the source code of the page?
Posted

Page code is not changed - in the source code is written after a certain period of time, ask for confirmation by introducing the captcha.

Supply more information or screenshots (Logged in and Captcha screens) or HTML page source or something.

Probably you can use a TimerDiff() loop to alert you "after a certain period of time".

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...