Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sync Wait WaitProperty Exist (Are they really different?)
#1
Solved: 10 Years, 9 Months ago
Hi All,

Sometime it seems they are very much same to achive something. But there must be difference. Or one goal can be achieved from different combination of these keywords.

For Example: Wait and Exists may or may not be used together to get same goal which we can get from Sync keyword.

Can someone hilight difference and resemblence they have? When and why they should be used - Scenario?

Thanks in Advance
Farhan
Reply
#2
Solved: 10 Years, 9 Months ago
Wait x ----- wait for x seconds mandatorily. After x seconds pass, go to the next step immediately.
Sync ---- wait for page showing up completely upto object synchronization timeout. If synchronization timeout reaches but the page doesn't show up completely, then fail.
Object.exist ---- try to verify the object existing within the time limits, one of which is Object Synchronization Timeout
WaitProperty ---- wait the specific object property to be ready until timeout
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Exist and Visible Are True When Objects Aren't There - Is there A Better Way? zunebuggy 3 2,726 04-24-2018, 02:12 PM
Last Post: Ankur
  Help Waitproperty or Checkproperty with micGreaterThan() Code typhoon23 1 1,872 08-23-2017, 05:02 PM
Last Post: Ankur
  Time Delay issue with Exist mv8167 11 23,985 06-19-2017, 02:56 PM
Last Post: grosorg
  WaitProperty does not refresh the object (WebNumber) cantorre 0 1,499 05-10-2017, 06:21 AM
Last Post: cantorre
Question Cross Browser Sync Not Working geodude 0 1,852 04-07-2017, 08:43 AM
Last Post: geodude

Forum Jump:


Users browsing this thread: 1 Guest(s)