最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

In Testrigor how do i wait for the page to load or wait for a particular element be visible before performing the action - Stack

programmeradmin4浏览0评论

I am new to TestRigor . I am trying to automate a flow for a web application where in i have to wait for the page to load and show a grid table post which i can perform actions .. When i try to introduce wait too with max 2 mins , the grid does not seem to load .. its loading quickly in normal browser .. Is there any thing either test step or a setting that i can do to fix this ?

Trying to automate testing of a web application , but looks like the web application does not load only inside the test rigor tool but loads well in normal browser

I am new to TestRigor . I am trying to automate a flow for a web application where in i have to wait for the page to load and show a grid table post which i can perform actions .. When i try to introduce wait too with max 2 mins , the grid does not seem to load .. its loading quickly in normal browser .. Is there any thing either test step or a setting that i can do to fix this ?

Trying to automate testing of a web application , but looks like the web application does not load only inside the test rigor tool but loads well in normal browser

Share asked Mar 7 at 14:53 Test SaradhamaniTest Saradhamani 11 bronze badge 1
  • Please provide enough code so others can better understand or reproduce the problem. – Community Bot Commented Mar 11 at 17:10
Add a comment  | 

1 Answer 1

Reset to default 0

You can use dynamic waits to ensure a page or element is fully loaded before performing an action. Here are some ways to wait for elements:

wait up to 20 seconds until page contains "example"

wait up to 10 seconds until "example" is visible

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论