Link that uses phrase "Click Here"
Blaine Herman avatar
Written by Blaine Herman
Updated over a week ago

Type of policy: XPath

What it is used for: A common accessibility no-no is to add a link to the phrase "Click Here". This policy will identify cases where "Click Here" is associated with a link.

How to set it up:

  • Use XPath

  • Set policy to “Flag pages that contain the XPath"

  • Use the following:  

//a[.= "click here" or .= "Click Here" ]

For information on how to create Policies, please see Policy Overview.

Did this answer your question?