Hi ,
I am testing in Silverlight application where I click on a button after that it takes some time to load the page. And next step is to click on the combo box. But it tries to click the combo box while the page is loading.
How can I wait until whole page is loaded and clicks the combo box after that:
Pages.PresentationClient0.SilverlightApp.SecurityTextblock.User.Click(); //Code for click the tab.
Pages.PresentationClient0.SilverlightApp.AccessGroupComboBoxRadcombobox.ToggleDropDown();//Code for opening the combo box.
Should there be any wait statement between the two?
Regards
A
I am testing in Silverlight application where I click on a button after that it takes some time to load the page. And next step is to click on the combo box. But it tries to click the combo box while the page is loading.
How can I wait until whole page is loaded and clicks the combo box after that:
Pages.PresentationClient0.SilverlightApp.SecurityTextblock.User.Click(); //Code for click the tab.
Pages.PresentationClient0.SilverlightApp.AccessGroupComboBoxRadcombobox.ToggleDropDown();//Code for opening the combo box.
Should there be any wait statement between the two?
Regards
A