Start with this HTML sample: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> <title>Welcome l</title> </head> <body> <div name="test-d1v1" id="test-dlv1"><p>Welcome l</p><p>Welcome 2</p></div> <div name="test-div2" id="test-div2"><p>Welcome 3</p><div><p>Welcome 4</p></div></div> </body> </html> Set identification logic to this order: Name ID TagIndex TextContent Using IE, record a click on Welcome 1 text Expected: Chained find expression of name=test-d1v1,|,tagIndex=p:0 Actual: id=id-test-dlv1,|,tagIndex=p:0 Now remove ID from identification logic all together Using IE record the same click on the same Welcome 1 text NOTE: This one is recorded as expected this time