Click an element. Identify the target either by CSS Selector or by viewport coordinates (X / Y); a driver prefers Selector when both are present.
Selector
X
Y
Optional
Optional CSS selector identifying the element to click.
Optional viewport X coordinate (used when no Selector is given).
Optional viewport Y coordinate (used when no Selector is given).
Click an element. Identify the target either by CSS
Selectoror by viewport coordinates (X/Y); a driver prefersSelectorwhen both are present.