Back to Practice

Select Menu

Select Menu

Select Option

QA Automation Helper

Target IDsKey Element IDs

#oldSelectMenu
#standardMultiSelect
#withOptGroup

Advance Testing Tips

  • Standard Select: Use specific 'Select' classes (e.g. Select(element) in Selenium).
  • Custom Select: These are NOT <select> tags. You must click the trigger div, wait for options to appear, then click the option div.
  • Multi-select: Hold Control/Command key to select multiple items in manual testing, or use API methods in automation.