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
Assuming the "commit" element represents a standard Form submit button then you can attach an event handler to the WebBrowsers Navigated event.