1. @Override
  2. protected synchronized void switchToMe()
  3. {
  4. super.switchToMe();
  5. nativePage.shouldBeDisplayed(); //проверка URL
  6. }