Skip to content

Commit

Permalink
Replace org.openqa.selenium.internal.WrapsElement with `org.openqa.…
Browse files Browse the repository at this point in the history
…selenium.WrapsElement` (#1053)
  • Loading branch information
valfirst authored and Mykola Mokhnach committed Nov 4, 2018
1 parent f10393a commit 72ea096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.WrapsDriver;
import org.openqa.selenium.internal.WrapsElement;
import org.openqa.selenium.WrapsElement;

import java.util.List;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import org.openqa.selenium.SearchContext;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WrapsDriver;
import org.openqa.selenium.internal.WrapsElement;
import org.openqa.selenium.WrapsElement;

public final class WebDriverUnpackUtility {
private static final String NATIVE_APP_PATTERN = "NATIVE_APP";
Expand Down

0 comments on commit 72ea096

Please sign in to comment.