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.


Messages In This Thread
Modal window find accessible object - by jps01 - 04-26-2021, 12:36 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)