コード例 #1
0
        public void Trigger_WaitForElement_VisibleThenMissing()
        {
            WaitingPage page = Go.To <WaitingPage>();

            using (StopwatchAsserter.WithinSeconds(2))
                page.ButtonWithVisibleAndMissingWait.Click();

            page.Result.Should.AtOnce.Exist();
        }
コード例 #2
0
 protected override void OnSetUp()
 {
     page = Go.To <WaitingPage>();
 }