The given examples show:
Command: wait_for_element_visibility("identifier","identifier_value",timeout)
Example: wait_for_element_visibility("id","country_code","40")
So what do I put as "identifier"?
I'm using attribute name - attribute value as the identifier - identifier_value and that doesn't seem to work.