Hire QA – Specialized in QA Recruitment, Technical Interviews and Testing Solutions

Check if dropdown allows multiple selection

Category: Selenium WebDriver
if(dropdown.isMultiple())
{sysout(""multiple option is allowed"")}

Returns TRUE if the drop-down element allows multiple selections at a time; FALSE if otherwise.

Leave a Reply

Your email address will not be published. Required fields are marked *