Skip to content

Commit

Permalink
[dotnet] Handle nullability on WebElement (#15225)
Browse files Browse the repository at this point in the history
  • Loading branch information
RenderMichael authored Feb 3, 2025
1 parent 421680f commit 480d3c7
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 130 deletions.
2 changes: 2 additions & 0 deletions dotnet/src/webdriver/ILocatable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
using OpenQA.Selenium.Interactions.Internal;
using System.Drawing;

#nullable enable

namespace OpenQA.Selenium
{
/// <summary>
Expand Down
2 changes: 2 additions & 0 deletions dotnet/src/webdriver/ITakesScreenshot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
// under the License.
// </copyright>

#nullable enable

namespace OpenQA.Selenium
{
/// <summary>
Expand Down
Loading

0 comments on commit 480d3c7

Please sign in to comment.