org.openqa.selenium.WebDriverException: Element is not clickable at point (573.6166687011719, 416). Other element would receive the click: <a href="/content/provider/en/secure/corporate/pages/home/help.html" aria-label="Help" ng-href="/content/provider/en/secure/corporate/pages/home/help.html" target="_self" id="mobile-menu-md-button-11" class="md-button md-ink-ripple" ng-transclude=""></a>
driver.manage().window().setSize(new Dimension(750, 800));
I tried all these
WebElement element = driver.findElement(By.id(navID));
Actions action = new Actions(driver);
action.moveToElement(element).sendKeys(element, Keys.RETURN).build().perform();
it didn't work need help on these
--
You received this message because you are subscribed to the Google Groups "webdriver" group.
To unsubscribe from this group and stop receiving emails from it, send an email to webdriver+...@googlegroups.com.
To post to this group, send email to webd...@googlegroups.com.
Visit this group at https://groups.google.com/group/webdriver.
For more options, visit https://groups.google.com/d/optout.