I have tried everything. I am unable to track also.
<button accesskey="c" id="Continue" class="jfabtn" type="button" onclick="submitForm()"><u>C</u>ontinue</button>
My code
driver.findElement(By.id("Continue")).click();
or
driver.findElement(By.xpath("//*[@id=Continue]");
<button accesskey="x" id="Exit" class="jfabtn" type="button" onclick="exit()">E<u>x</u>it</button>
My code
driver.findElement(By.id("Exit")).click();
or
driver.findElement(By.xpath("//*[@id=Exit]");