vba selenium wait for page to load
Option Explicit
Private ch As Selenium.ChromeDriver
Sub wait_load()
Set ch = New Selenium.ChromeDriver
ch.Start baseUrl:="https://.."
ch.Get "/"
ch.Wait "5000" '5 sec
End Sub
vba selenium wait for page to load
Option Explicit
Private ch As Selenium.ChromeDriver
Sub wait_load()
Set ch = New Selenium.ChromeDriver
ch.Start baseUrl:="https://.."
ch.Get "/"
ch.Wait "5000" '5 sec
End Sub
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us