$el = $this->getSession()->getPage()->find(css, '#product');
$el->click();
element click intercepted: Element <input id="product" class="ant-input" placeholder="Product" type="text"> is not clickable at point (813, 212). Other element would receive the click: <label class="placeholder-label placeholder-label--select" for="product">...</label>
(Session info: headless chrome=80.0.3987.116)