chromedp.WaitVisible('#element1')
or chromedp.WaitVisible('#element2')
is visitable, it'll continue submit a button, like WebDriverWait
in selenium. I tried some ways but not work. Please tell me how to do that. Thanks.
chromedp.WaitVisible('#element1')
or chromedp.WaitVisible('#element2')
is visitable, it'll continue submit a button, like WebDriverWait
in selenium. I tried some ways but not work. Please tell me how to do that. Thanks.