[jawsscripts] Re: creating script for web based interface

  • From: "Travis Roth" <travis@xxxxxxxxxxxxxx>
  • To: <jawsscripts@xxxxxxxxxxxxx>
  • Date: Thu, 18 Oct 2018 15:19:06 -0500

It is possible with JAWS, if you can find the buttons by a reliable means.
You'll have to link a domain script file to the website with confignames.ini. 
So the hot key will only work when you're focused in the browser window. 
Then I'd suggest checking out PerformActionOnElementWithTagAndAttribute() it is 
fairly flexible. E.g., an example: 
if PerformActionOnElementWithTagAndAttribute (Action_doDefaultAction, "SPAN", 
"class", "global-header-item create") == true;
saystring("Found and clicked menu")
else 
saystring("Can't find menu")
EndIf 


-----Original Message-----
From: jawsscripts-bounce@xxxxxxxxxxxxx <jawsscripts-bounce@xxxxxxxxxxxxx> On 
Behalf Of Udo Egner-Walter
Sent: Thursday, October 18, 2018 2:27 PM
To: jawsscripts@xxxxxxxxxxxxx
Subject: [jawsscripts] Re: creating script for web based interface

Hi,

here you can find more infos about domain scripting in JAWS:

https://doccenter.freedomscientific.com/doccenter2/doccenter/rs25c51746a0cc/DomainScripts/02_DomainScripts.htm

https://www.freedomscientific.com/Content/Documents/Other/Domain-Scripting-Quick-Start.pdf

Udo



Am 18.10.2018 um 20:52 schrieb Juan Hernandez:

Hello All!
  

I wanted to know, is it possible to script web based applications?

  

My company uses a call center solution that is web based in google chrome.
When a call comes in a screen pop comes up with two buttons answer and 
decline.  I wanted to see if it was at all possible to hook a hotkey 
to the buttons, so if I hit alt+shift+a for answer, and shift=alt+d for 
decline.

  

Any insights into this please let me know.

  

Thanks.

  

Juan Hernandez

  <mailto:Juanhernandez98@xxxxxxxxx> Juanhernandez98@xxxxxxxxx

619-750-9431 (M)         |  858-777-3311 (F)

  <http://www.juanhernandez.me/> My WebSite | Twitter | 
<https://www.facebook.com/blindwiz> FaceBook | 
<https://www.linkedin.com/in/juanmhernandez> LinkedIn

  



__________ 

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


__________ 

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


__________�

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

Other related posts: