04-26-2021, 12:36 PM
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.
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.