commit 1ac41124f8b440f5bbb737373f9d76025a980b26
parent 5a72bd052706715986ef6db7486561a8e12d4593
Author: Marcel <MTRNord@users.noreply.github.com>
Date: Thu, 10 Nov 2016 22:13:20 +0100
Remove timeout
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/intel_screenbot/screencap.js b/intel_screenbot/screencap.js
@@ -76,9 +76,6 @@ function afterCookieLogin(IntelURL, search) {
}
setTimeout(function() {
waitFor({
- debug: false, // optional
- interval: 0, // optional
- timeout: 25000, // optional
check: function () {
return page.evaluate(function() {
if (document.querySelector('#percent_text').textContent == "90") {