コード例 #1
0
 /// <summary>
 /// Waits for graph to stabilize following replacement of the central
 /// window image.
 /// </summary>
 private void WaitForBirdViewNewRoot_()
 {
     SeleniumUtils.WaitForEvent(Driver, "birdViewNewRoot");
     Thread.Sleep(1000);
 }
コード例 #2
0
 public override void WaitUntilReady()
 {
     SeleniumUtils.WaitForEvent(Driver, "windowGalleryReady");
 }
コード例 #3
0
 /// <summary>
 /// Wait for the bird view main screen to stabilize and for all animations
 /// to end.
 /// </summary>
 public override void WaitUntilReady()
 {
     SeleniumUtils.WaitForEvent(Driver, "birdViewReady");
     Thread.Sleep(1000);
 }