Answer the question
In order to leave comments, you need to log in
Why Selenium webDriver can't find element on new page?
goButtomStart.Click();// Открываем новое окно
Brauser.SwitchTo().Window(Brauser.WindowHandles[1]);//переключаемся на него
System.Console.WriteLine(Brauser.Title + Brauser.Url);//Title и Url его
//Поиск на новом окне
IWebElement cl = Brauser.FindElement(By.LinkText("Забыли пароль?")); //cl==null, элемент не найдет
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question