18 January 2026:


This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.



Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.

after clickin on first item and the 2nd click is from submenu is not able to perform on ie8

d.findElement(By.xpath(".//*[@id='parentFeatureTR1']/td")).click();
thread.sleep(1000);
d.findElement(By.xpath(".//*[@id='childFeaturelistTab']/tbody/tr[1]/td/table/tbody/tr/td[1]/a")).click();

Answers

  • first click opens the submenu but that is not waiting for second click . it disappears before the second click is performed.
  • first click opens the submenu but that is not waiting for second click . it disappears before the second click is performed.
  • first click opens the submenu but that is not waiting for second click . it disappears before the second click is performed.
Sign In or Register to comment.