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
1 Answer
Reset to default 0You 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