Consider the following html: <html> <body> <div id="test-div2"><p>Test2</p></div> <div data-o9-uid="test-div2"><p>Test2</p></div> </body> </html> Where the attribute "data-o9-uid" is added as custom attribute in the identification schemes for recording find logic in Test Studio. Record click steps for the both divs. Actual find expression recorded: [id 'Exact' test-div2][TagIndex 'Exact' p:0] for the first div. [TagIndex 'Exact' p:1] for the second div. Expected find expression: [id 'Exact' test-div2][TagIndex 'Exact' p:0] for the first div. [data-o9-uid 'Exact' test-div2][TagIndex 'Exact' p:0]