type
type
open
https://sideex.github.io/example/webpage_under_test/input-form-for-date-range-color.html
COMMENT
Set the color input to red
type
id=color
name=color
//input[1]
//input[@id='color']
css=#color
#ff0000
COMMENT
Set the date input to 2020-11-11
type
id=date
name=date
//input[2]
//input[@id='date']
css=#date
2020-11-11
COMMENT
Set the datetime-local input to 2020-11-16 14:30
type
id=datetime-local
name=datetime-local
//input[3]
//input[@id='datetime-local']
css=#datetime-local
2020-11-16T14:30
COMMENT
Set the month input to 2020-05
type
id=month
name=month
//input[4]
//input[@id='month']
css=#month
2020-05
COMMENT
Set the range input to 20
type
id=range
name=range
//input[5]
//input[@id='range']
css=#range
20
COMMENT
Set the time input to 16:36
type
id=time
name=time
//input[6]
//input[@id='time']
css=#time
16:36
COMMENT
Set the week input to 2020-W49
type
id=week
name=week
//input[7]
//input[@id='week']
css=#week
2020-W49