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

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -