diff --git a/src/FlaUI.WebDriver/Controllers/ElementController.cs b/src/FlaUI.WebDriver/Controllers/ElementController.cs index af9c425..c7522db 100644 --- a/src/FlaUI.WebDriver/Controllers/ElementController.cs +++ b/src/FlaUI.WebDriver/Controllers/ElementController.cs @@ -1,11 +1,8 @@ -using FlaUI.Core; +using System.Text; using FlaUI.Core.AutomationElements; using FlaUI.Core.Identifiers; using FlaUI.WebDriver.Models; using Microsoft.AspNetCore.Mvc; -using System.Drawing; -using System.Globalization; -using System.Text; namespace FlaUI.WebDriver.Controllers {