Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 470 Bytes

File metadata and controls

7 lines (4 loc) · 470 Bytes

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.