0

In any scenario in automation where implicit wait will fail every time but explicit wait will pass even both having 10 sec default Time ? Its not as depend upon condition e.g clickable point of view.

Researched and brainstorming on the question but not find exact answer which i can co-relate

  • Please provide enough code so others can better understand or reproduce the problem. – Community Aug 28 '23 at 20:43
  • An implicit wait may fail to wait until the proper condition is reached, but you won't ever see implicit throw a timeout while explicit does not. They both ignore no such element exceptions, but explicit waits can wait for a condition to be met beyond just existence in the DOM. You should never mix them, as that will lead to competing polling loops and produce unpredictable results. – pcalkins Aug 28 '23 at 22:30

0 Answers0