I\'m trying to create a program to clone multiple bugs at a time through the web interface of our defect tracking system. How can I wait before a page is completely loaded
If you are using the InternetExplorer.Application COM object, check the ReadyState property for the value of 4.