Skip to content

Commit fb084f9

Browse files
RenderMichaelsandeepsuryaprasad
authored andcommitted
[dotnet] Handle nullability on WebElement (SeleniumHQ#15225)
1 parent e3cfabc commit fb084f9

File tree

4 files changed

+97
-130
lines changed

4 files changed

+97
-130
lines changed

dotnet/src/webdriver/ILocatable.cs

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
using OpenQA.Selenium.Interactions.Internal;
2121
using System.Drawing;
2222

23+
#nullable enable
24+
2325
namespace OpenQA.Selenium
2426
{
2527
/// <summary>

dotnet/src/webdriver/ITakesScreenshot.cs

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
// under the License.
1818
// </copyright>
1919

20+
#nullable enable
21+
2022
namespace OpenQA.Selenium
2123
{
2224
/// <summary>

0 commit comments

Comments
 (0)