[jawsscripts] Re: MoveToTagWith Attribute

  • From: "Travis Roth" <travis@xxxxxxxxxxxxxx>
  • To: <jawsscripts@xxxxxxxxxxxxx>
  • Date: Sat, 21 Jun 2014 21:05:17 -0500

I do not believe there is a function to do this automatically.
You can make your own, however.
MoveToTagWithAttribute()
Then 
D = GetElementDescription()
If stringContains(d, attribute-value-pair) then you've found it break
Else repeat



-----Original Message-----
From: jawsscripts-bounce@xxxxxxxxxxxxx
[mailto:jawsscripts-bounce@xxxxxxxxxxxxx] On Behalf Of Jim Snowbarger
Sent: Saturday, June 21, 2014 5:20 PM
To: jawsscripts@xxxxxxxxxxxxx
Subject: [jawsscripts] MoveToTagWith Attribute

When you use this function, one of the parameters is the name of an
attribute that the intended tag must possess.  These seem to be the names of
the various tag parameters that you get when you do 
control+shift+jawsKey+f1.  But, can you also specify the value that the
attribute must have?  If so, it isn't clear from the description.
But, not being able to specify the parameter value, but to only specify that
the parameter must exist really limits how uniquely you can specify exactly 
which tag it is that you want.   Most tags of a given type will have the 
same set of attributes.  Their uniqueness lies in the values each of those
attributes have.
So, is there a way to search for a tag  that has a particular attribute, and
also has it set to a particular value?




__________�

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: