Wait for a particular URL in selenium
问题 I have the requirement of waiting for a particular URL in website automation using Selenium in Chrome browser. The user will be doing online payment on our website. Fro our website user is redirected to the payment gateway. When the user completes the payment, the gateway will redirect to our website. I want to get notified redirection from gateway to our site. I got an example which waits for “Particular Id” in the web page, here is vb.net code driver.Url = "http://gmail.com" Dim wait As New