Closed thangdc closed 7 years ago
I have an issue when run go('') more than 1000 times
I thinks because event of document_completed, navigated,... were added everytime call go('') function so it make this issue.
I use this link to solved this issue but don't know it can work.
http://stackoverflow.com/questions/136975/has-an-event-handler-already-been-added
I fixed it by dispose before open website.
I have an issue when run go('') more than 1000 times
I thinks because event of document_completed, navigated,... were added everytime call go('') function so it make this issue.
I use this link to solved this issue but don't know it can work.
http://stackoverflow.com/questions/136975/has-an-event-handler-already-been-added