I am getting below error when I try to click on one element in Firefox
browser.
Element is not clickable at point (320.2166748046875, 55). Other element would receive the click:
<a class="navbar-brand" href="#"></a>
Selenium code
WebElement p = driver_new.findElement(By.xpath("html/body/div[2]/div/form/fieldset[2]/div[3]/div/div[2]/a[1]/div/div/div[2]"));
p.click();
Please help to resolve it.