A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/seleniumhq/selenium/commit/b0925afe6c0803d608da6d0f98f1ee4e78b3154d below:

[web] add disabled select and option elements · SeleniumHQ/selenium@b0925af · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+13

-3

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+13

-3

lines changed Original file line number Diff line number Diff line change

@@ -65,11 +65,21 @@

65 65

<option id="multi_false_2" value="select_2">select_2</option>

66 66

</select>

67 67 68 -

<select id="invisi_select" style="opacity:0;">

69 -

<option selected value="apples">Apples</option>

70 -

<option value="oranges">Oranges</option>

68 +

<select name="single_disabled">

69 +

<option id="sinlge_disabled_1" value="enabled">Enabled</option>

70 +

<option id="sinlge_disabled_2" value="disabled" disabled="disabled">Disabled</option>

71 +

</select>

72 + 73 +

<select name="multi_disabled" multiple="true">

74 +

<option id="multi_disabled_1" value="enabled">Enabled</option>

75 +

<option id="multi_disabled_2" value="disabled" disabled="disabled">Disabled</option>

71 76

</select>

72 77 78 +

<select id="invisi_select" style="opacity:0;">

79 +

<option selected value="apples">Apples</option>

80 +

<option value="oranges">Oranges</option>

81 +

</select>

82 + 73 83

<select name="select-default">

74 84

<option>One</option>

75 85

<option>Two</option>

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4