FAQ: Some minutiae on HtmlListItem

  • HtmlListItem.HasFocus will return false always since a list item cannot be given focus manually.
  • SetFocus on HtmlListItem will not work since a list item cannot be given focus manually. NOTE: There will be no exception thrown. Coded UI Test will continue with the next action.