i used to do that with python and selenium
user = browser.find_element_by_css_selector(user_input)
this gives me a pointer to the element or nil value , which i can check to 
see if the element is there
but how can i do that with chromedp

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to