I have this element I need to find in the DOM with the id of:
ctl00_Spwebpartmanager1_g_0dff8583_314d_412f_8be7_ad019dd61cf3_ctl00__socialSecurityNumber
How do I get a hold of it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can try something on the lines of
The $= means that the attribute ends with the specified string.