I want to make chromedp wait multiple elements before continue running. Example: If
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.