is the Custom android tv,it can use element instance click() method.
when i using findElement method,it can get element instance,but not focus the element
how can i set the element on focus?
thanks
for images, links, etc:
new Actions(driver).moveToElement(element).perform();
for input box and etc:
new Actions(driver).moveToElement(element).click().perform();