Update chrome.js

This commit is contained in:
Namhyeon Go 2024-09-02 21:14:05 +09:00 committed by GitHub
parent ecf12aa83f
commit 7ed1cab718
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -704,7 +704,9 @@ var ChromeObject = function() {
var i = 0, k = 60, title = "";
while (i < k && title == "") {
sleep(1000);
title = this.getEvaluatedValue('document.title')
i++;
}
return title;