Reputation: 75
I am trying to learn xpath and CSSselector. Go to https://profile.oracle.com/myprofile/account/create-account.jspx and I am trying to find xpath for email. How do I find css by ID for email. With name I can find, but How about with ID.
So can you help me what will be css with ID for email.
Upvotes: 1
Views: 140
Reputation: 14135
here is the css for the email.
#email\:\:content
basically you have to use the escape for the :
.
Upvotes: 1