I have the following input element:
<input name='selected(1234)' type="checkbox" />
When I record, I get this:
Command: click
Target: selected(1234)
This doesn't find the element, and neither does
Target: name=selected(1234)
My assumption is that the parentheses are somehow messing with the lookup. What's the proper way to do this?