private void VerifyElementLocator(ElementLocator objectReference) { string str = objectReference.ToString(); var docKeyRoundTrip = ElementLocator.Parse(str); Assert.AreEqual(objectReference, docKeyRoundTrip); Assert.AreEqual(str, docKeyRoundTrip.ToString()); }