C# how to wait for a webpage to finish loading before continuing

后端 未结 11 1285
暖寄归人
暖寄归人 2020-11-27 03:33

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

11条回答
  •  囚心锁ツ
    2020-11-27 03:45

    If you are using the InternetExplorer.Application COM object, check the ReadyState property for the value of 4.

提交回复
热议问题