Explicit wait in selenium web driver for multiple mindow -
i automating web base tool have handle multiple windows,but there problem in explicit wait not working properly,though script getting fail time. using below code explicit wait.
wait.until(expectedconditions.elementtobeclickable(by.partiallinktext("logout"))).click();
please guide me same.
Comments
Post a Comment