Skip to content

Latest commit

 

History

History

test-select-elements

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Test <select> Elements

Test Code: index.js

This example shows how to open a <select> element's drop-down, click an item and verify the value.

The index.js file contains a test that clicks the <select> element, then clicks an <option> and checks if the selected value has changed.