[jawsscripts] Script seems to stop after a new web page appears.

  • From: "Darrell Shandrow Hilliker" <darrell.hilliker@xxxxxxxxx>
  • To: <jawsscripts@xxxxxxxxxxxxx>
  • Date: Fri, 1 Feb 2019 16:40:55 -0700

Hi Everyone,
 

Please take a look at the following code, including all comments, and let me
know if you have any ideas as to why everything seems to stop after a new
web page appears.

 

Please keep in mind this has been added to  part of the Google Chrome
primary script set, so it does not matter if the website domain changes,
etc.

 

Script GetVoiceMail () ;SHIFT + CTRL + G

{Control + Home}

Delay (2)

If FindString (GetCurrentWindow (), "mp3", S_Bottom, S_Unrestricted) then

Delay (2)

EnterKey()

;a new web page appears at this point.

Delay(60)

;JAWS seems to perform these steps, but nothing else no matter what I try.

if FindString(GetCurrentWindow(), "View file", s_top, s_unrestricted) then

beep() ;This never happens.

else

SayString("nothing") ;This always happens.

EndIf

Else

SayString ("text not found on screen")

EndIf

EndScript

 

Thanks,

 

Darrell

 

 

 



__________�

View the list's information and change your settings at 
http://www.freelists.org/list/jawsscripts

Other related posts: