What is the syntax for doing something like:
input[name=\"Sex\" AND value=\"M\"]
Basically, I want to select the input element
input
Concatenate the attribute selectors:
input[name="Sex"][value="M"]