<a class="top-menu-item float-start p-2" href="/StudentPortal/Home/Login"> تسجيل دخول </a>
Im not able to locate the element mentioned above for automation purpose
I have tried the below xpath:
driver.findElement(By.xpath("/html/body/header/div[1]/div/a[3]"));
and
driver.findElement(By.xpath("/html/body/header/div[1]/div/a[3]"));