Skip to content

Commit

Permalink
Fixed breaking change in extensions namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcroft committed Sep 25, 2021
1 parent 82d8b5f commit 965707d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Legerity.Web/Elements/WebElementWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ namespace Legerity.Web.Elements
{
using System;
using System.Collections.ObjectModel;
using Extensions;
using Legerity.Exceptions;

using Legerity.Extensions;
using OpenQA.Selenium;
using OpenQA.Selenium.Remote;
using OpenQA.Selenium.Support.UI;
Expand Down

0 comments on commit 965707d

Please sign in to comment.