Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
あるページのボタンをクリックすると、別のページにリダイレクトされます。しかし、これらのページの間に、1 ~ 2 秒しか表示されないページが 1 つあります。そのページを確認する必要があります。私はセレンを使用しています。助言がありますか?
ページの URL が目的のページの URL であることを確認し、そうでない場合は待機します。
while (!webDriver.Url.Contains(desiredUrl.ToString())) Thread.Sleep(50);