I’m using driver.findElement(By.xpath(“//a[@title=’A K T Ä° V A S Y O N’]”)); to locate the element given below in the screenshots but getting Unable to find element error.
There are nested classes and frames also. how can I use switch method for nested frames?
My last try is the following one; Screenshot’s attached also.
driver.findElement(By.xpath(“//frameset[@id=’fset1′]//frame[@name=’ax’]//frame[@name=’menu’]//div[@id=’vodaMenuDiv’]//li[@id=’CCBmain’]//li[@id=’ccbabone’]//li[@id=’ccbcquery’]//a[@title=’A
K T Ä° V A S Y O N’]”)).click();