Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Modal window find accessible object
#1
Hi,
I'm trying to use the find accessible object function to select some text on a popup Modal window in Chrome browser.  The find accessible object function does not seem to be able to locate the text in the modal.  If I use the chrome tool to inspect the code I see this code in the Modal window:

<div class="btn-group btn-group-justified players">
                        
                        <a class="btn btn-primary " data-value="1">1</a>
                        
                        <a class="btn btn-primary " data-value="2">2</a>
                        
                        <a class="btn btn-primary " data-value="3">3</a>
                        
                        <a class="btn btn-primary active" data-value="4">4</a>
                        
                    </div>
                
I want to move the mouse to the box with the number 4.  

Any help would be appreciated.
#2
Probably didn't explain the issue very well, anyway I just used the normal image scan to find the screen point to move to. Was hoping to use the accessible object to make it more a universal script (not dependent on screen variants between systems).


Forum Jump:


Users browsing this thread: 1 Guest(s)