Skip to content

Commit 4256cfe

Browse files
committed
Merge remote-tracking branch 'origin/trunk' into runner-macos
Signed-off-by: Viet Nguyen Duc <[email protected]>
2 parents 60187df + b4b8aab commit 4256cfe

File tree

598 files changed

+9791
-3433
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

598 files changed

+9791
-3433
lines changed

.github/workflows/ci-python.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ jobs:
8585
fail-fast: false
8686
matrix:
8787
include:
88-
- browser: chrome
8988
- browser: firefox
9089
with:
9190
name: Integration Tests (remote, ${{ matrix.browser }})
@@ -104,7 +103,9 @@ jobs:
104103
- browser: safari
105104
os: macos
106105
- browser: edge
107-
os: windows
106+
os: macos
107+
- browser: chrome
108+
os: macos
108109
with:
109110
name: Integration Tests (${{ matrix.browser }}, ${{ matrix.os }})
110111
browser: ${{ matrix.browser }}

common/src/web/formPage.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@
8080
<option value="oranges">Oranges</option>
8181
</select>
8282

83+
<select id="invisible_multi_select" multiple>
84+
<option selected="selected" value="apples" style="opacity: 0;">Apples</option>
85+
<option value="oranges">Oranges</option>
86+
<option selected="selected" value="lemons">Lemons</option>
87+
</select>
88+
8389
<select name="select-default">
8490
<option>One</option>
8591
<option>Two</option>

dotnet/src/support/Events/EventFiringWebDriver.cs

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
// <copyright file="EventFiringWebDriver.cs" company="WebDriver Committers">
1+
// <copyright file="EventFiringWebDriver.cs" company="Selenium Committers">
22
// Licensed to the Software Freedom Conservancy (SFC) under one
3-
// or more contributor license agreements. See the NOTICE file
3+
// or more contributor license agreements. See the NOTICE file
44
// distributed with this work for additional information
5-
// regarding copyright ownership. The SFC licenses this file
6-
// to you under the Apache License, Version 2.0 (the "License");
7-
// you may not use this file except in compliance with the License.
8-
// You may obtain a copy of the License at
5+
// regarding copyright ownership. The SFC licenses this file
6+
// to you under the Apache License, Version 2.0 (the
7+
// "License"); you may not use this file except in compliance
8+
// with the License. You may obtain a copy of the License at
99
//
10-
// http://www.apache.org/licenses/LICENSE-2.0
10+
// http://www.apache.org/licenses/LICENSE-2.0
1111
//
12-
// Unless required by applicable law or agreed to in writing, software
13-
// distributed under the License is distributed on an "AS IS" BASIS,
14-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15-
// See the License for the specific language governing permissions and
16-
// limitations under the License.
12+
// Unless required by applicable law or agreed to in writing,
13+
// software distributed under the License is distributed on an
14+
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
// KIND, either express or implied. See the License for the
16+
// specific language governing permissions and limitations
17+
// under the License.
1718
// </copyright>
1819

1920
using System;

dotnet/src/support/Events/FindElementEventArgs.cs

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
// <copyright file="FindElementEventArgs.cs" company="WebDriver Committers">
1+
// <copyright file="FindElementEventArgs.cs" company="Selenium Committers">
22
// Licensed to the Software Freedom Conservancy (SFC) under one
3-
// or more contributor license agreements. See the NOTICE file
3+
// or more contributor license agreements. See the NOTICE file
44
// distributed with this work for additional information
5-
// regarding copyright ownership. The SFC licenses this file
6-
// to you under the Apache License, Version 2.0 (the "License");
7-
// you may not use this file except in compliance with the License.
8-
// You may obtain a copy of the License at
5+
// regarding copyright ownership. The SFC licenses this file
6+
// to you under the Apache License, Version 2.0 (the
7+
// "License"); you may not use this file except in compliance
8+
// with the License. You may obtain a copy of the License at
99
//
10-
// http://www.apache.org/licenses/LICENSE-2.0
10+
// http://www.apache.org/licenses/LICENSE-2.0
1111
//
12-
// Unless required by applicable law or agreed to in writing, software
13-
// distributed under the License is distributed on an "AS IS" BASIS,
14-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15-
// See the License for the specific language governing permissions and
16-
// limitations under the License.
12+
// Unless required by applicable law or agreed to in writing,
13+
// software distributed under the License is distributed on an
14+
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
// KIND, either express or implied. See the License for the
16+
// specific language governing permissions and limitations
17+
// under the License.
1718
// </copyright>
1819

1920
using System;

dotnet/src/support/Events/GetShadowRootEventArgs.cs

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
// <copyright file="FindElementEventArgs.cs" company="WebDriver Committers">
1+
// <copyright file="GetShadowRootEventArgs.cs" company="Selenium Committers">
22
// Licensed to the Software Freedom Conservancy (SFC) under one
3-
// or more contributor license agreements. See the NOTICE file
3+
// or more contributor license agreements. See the NOTICE file
44
// distributed with this work for additional information
5-
// regarding copyright ownership. The SFC licenses this file
6-
// to you under the Apache License, Version 2.0 (the "License");
7-
// you may not use this file except in compliance with the License.
8-
// You may obtain a copy of the License at
5+
// regarding copyright ownership. The SFC licenses this file
6+
// to you under the Apache License, Version 2.0 (the
7+
// "License"); you may not use this file except in compliance
8+
// with the License. You may obtain a copy of the License at
99
//
10-
// http://www.apache.org/licenses/LICENSE-2.0
10+
// http://www.apache.org/licenses/LICENSE-2.0
1111
//
12-
// Unless required by applicable law or agreed to in writing, software
13-
// distributed under the License is distributed on an "AS IS" BASIS,
14-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15-
// See the License for the specific language governing permissions and
16-
// limitations under the License.
12+
// Unless required by applicable law or agreed to in writing,
13+
// software distributed under the License is distributed on an
14+
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
// KIND, either express or implied. See the License for the
16+
// specific language governing permissions and limitations
17+
// under the License.
1718
// </copyright>
1819

1920
using System;

dotnet/src/support/Events/WebDriverExceptionEventArgs.cs

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
// <copyright file="WebDriverExceptionEventArgs.cs" company="WebDriver Committers">
1+
// <copyright file="WebDriverExceptionEventArgs.cs" company="Selenium Committers">
22
// Licensed to the Software Freedom Conservancy (SFC) under one
3-
// or more contributor license agreements. See the NOTICE file
3+
// or more contributor license agreements. See the NOTICE file
44
// distributed with this work for additional information
5-
// regarding copyright ownership. The SFC licenses this file
6-
// to you under the Apache License, Version 2.0 (the "License");
7-
// you may not use this file except in compliance with the License.
8-
// You may obtain a copy of the License at
5+
// regarding copyright ownership. The SFC licenses this file
6+
// to you under the Apache License, Version 2.0 (the
7+
// "License"); you may not use this file except in compliance
8+
// with the License. You may obtain a copy of the License at
99
//
10-
// http://www.apache.org/licenses/LICENSE-2.0
10+
// http://www.apache.org/licenses/LICENSE-2.0
1111
//
12-
// Unless required by applicable law or agreed to in writing, software
13-
// distributed under the License is distributed on an "AS IS" BASIS,
14-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15-
// See the License for the specific language governing permissions and
16-
// limitations under the License.
12+
// Unless required by applicable law or agreed to in writing,
13+
// software distributed under the License is distributed on an
14+
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
// KIND, either express or implied. See the License for the
16+
// specific language governing permissions and limitations
17+
// under the License.
1718
// </copyright>
1819

1920
using System;

dotnet/src/support/Events/WebDriverNavigationEventArgs.cs

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
// <copyright file="WebDriverNavigationEventArgs.cs" company="WebDriver Committers">
1+
// <copyright file="WebDriverNavigationEventArgs.cs" company="Selenium Committers">
22
// Licensed to the Software Freedom Conservancy (SFC) under one
3-
// or more contributor license agreements. See the NOTICE file
3+
// or more contributor license agreements. See the NOTICE file
44
// distributed with this work for additional information
5-
// regarding copyright ownership. The SFC licenses this file
6-
// to you under the Apache License, Version 2.0 (the "License");
7-
// you may not use this file except in compliance with the License.
8-
// You may obtain a copy of the License at
5+
// regarding copyright ownership. The SFC licenses this file
6+
// to you under the Apache License, Version 2.0 (the
7+
// "License"); you may not use this file except in compliance
8+
// with the License. You may obtain a copy of the License at
99
//
10-
// http://www.apache.org/licenses/LICENSE-2.0
10+
// http://www.apache.org/licenses/LICENSE-2.0
1111
//
12-
// Unless required by applicable law or agreed to in writing, software
13-
// distributed under the License is distributed on an "AS IS" BASIS,
14-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15-
// See the License for the specific language governing permissions and
16-
// limitations under the License.
12+
// Unless required by applicable law or agreed to in writing,
13+
// software distributed under the License is distributed on an
14+
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
// KIND, either express or implied. See the License for the
16+
// specific language governing permissions and limitations
17+
// under the License.
1718
// </copyright>
1819

1920
using System;

dotnet/src/support/Events/WebDriverScriptEventArgs.cs

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
// <copyright file="WebDriverScriptEventArgs.cs" company="WebDriver Committers">
1+
// <copyright file="WebDriverScriptEventArgs.cs" company="Selenium Committers">
22
// Licensed to the Software Freedom Conservancy (SFC) under one
3-
// or more contributor license agreements. See the NOTICE file
3+
// or more contributor license agreements. See the NOTICE file
44
// distributed with this work for additional information
5-
// regarding copyright ownership. The SFC licenses this file
6-
// to you under the Apache License, Version 2.0 (the "License");
7-
// you may not use this file except in compliance with the License.
8-
// You may obtain a copy of the License at
5+
// regarding copyright ownership. The SFC licenses this file
6+
// to you under the Apache License, Version 2.0 (the
7+
// "License"); you may not use this file except in compliance
8+
// with the License. You may obtain a copy of the License at
99
//
10-
// http://www.apache.org/licenses/LICENSE-2.0
10+
// http://www.apache.org/licenses/LICENSE-2.0
1111
//
12-
// Unless required by applicable law or agreed to in writing, software
13-
// distributed under the License is distributed on an "AS IS" BASIS,
14-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15-
// See the License for the specific language governing permissions and
16-
// limitations under the License.
12+
// Unless required by applicable law or agreed to in writing,
13+
// software distributed under the License is distributed on an
14+
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
// KIND, either express or implied. See the License for the
16+
// specific language governing permissions and limitations
17+
// under the License.
1718
// </copyright>
1819

1920
using System;

dotnet/src/support/Events/WebElementEventArgs.cs

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
// <copyright file="WebElementEventArgs.cs" company="WebDriver Committers">
1+
// <copyright file="WebElementEventArgs.cs" company="Selenium Committers">
22
// Licensed to the Software Freedom Conservancy (SFC) under one
3-
// or more contributor license agreements. See the NOTICE file
3+
// or more contributor license agreements. See the NOTICE file
44
// distributed with this work for additional information
5-
// regarding copyright ownership. The SFC licenses this file
6-
// to you under the Apache License, Version 2.0 (the "License");
7-
// you may not use this file except in compliance with the License.
8-
// You may obtain a copy of the License at
5+
// regarding copyright ownership. The SFC licenses this file
6+
// to you under the Apache License, Version 2.0 (the
7+
// "License"); you may not use this file except in compliance
8+
// with the License. You may obtain a copy of the License at
99
//
10-
// http://www.apache.org/licenses/LICENSE-2.0
10+
// http://www.apache.org/licenses/LICENSE-2.0
1111
//
12-
// Unless required by applicable law or agreed to in writing, software
13-
// distributed under the License is distributed on an "AS IS" BASIS,
14-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15-
// See the License for the specific language governing permissions and
16-
// limitations under the License.
12+
// Unless required by applicable law or agreed to in writing,
13+
// software distributed under the License is distributed on an
14+
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
// KIND, either express or implied. See the License for the
16+
// specific language governing permissions and limitations
17+
// under the License.
1718
// </copyright>
1819

1920
using System;

dotnet/src/support/Events/WebElementValueEventArgs.cs

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
// <copyright file="WebElementValueEventArgs.cs" company="WebDriver Committers">
1+
// <copyright file="WebElementValueEventArgs.cs" company="Selenium Committers">
22
// Licensed to the Software Freedom Conservancy (SFC) under one
3-
// or more contributor license agreements. See the NOTICE file
3+
// or more contributor license agreements. See the NOTICE file
44
// distributed with this work for additional information
5-
// regarding copyright ownership. The SFC licenses this file
6-
// to you under the Apache License, Version 2.0 (the "License");
7-
// you may not use this file except in compliance with the License.
8-
// You may obtain a copy of the License at
5+
// regarding copyright ownership. The SFC licenses this file
6+
// to you under the Apache License, Version 2.0 (the
7+
// "License"); you may not use this file except in compliance
8+
// with the License. You may obtain a copy of the License at
99
//
10-
// http://www.apache.org/licenses/LICENSE-2.0
10+
// http://www.apache.org/licenses/LICENSE-2.0
1111
//
12-
// Unless required by applicable law or agreed to in writing, software
13-
// distributed under the License is distributed on an "AS IS" BASIS,
14-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15-
// See the License for the specific language governing permissions and
16-
// limitations under the License.
12+
// Unless required by applicable law or agreed to in writing,
13+
// software distributed under the License is distributed on an
14+
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
// KIND, either express or implied. See the License for the
16+
// specific language governing permissions and limitations
17+
// under the License.
1718
// </copyright>
1819

1920
namespace OpenQA.Selenium.Support.Events

0 commit comments

Comments
 (0)