You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
I have a bunch of test cases to run against IE11. With protractor 4.0.14 + selenium server 2.53.1 it works fine. But with the latest protractor 5.1.1 + selenium server 3.3.0 it doesn't. Some runs passed success, but some doesn't. It fails unexpected with random timeout errors.
The stacktrace is:
[10:01:07] I/testLogger - [internet explorer 11 ANY #1-1] PID: 54295
[internet explorer 11 ANY #1-1] Specs: (/SVN/MyProject/test/e2e/test-tool/client-server/four.filter.string.field.e2e.ts
[internet explorer 11 ANY #1-1]
[internet explorer 11 ANY #1-1] [10:00:56] I/hosted - Using the selenium server at http://ie11.dev:4444/wd/hub
[internet explorer 11 ANY #1-1] Started
[internet explorer 11 ANY #1-1] problem trying to remove a folder:reports/
[internet explorer 11 ANY #1-1]
[internet explorer 11 ANY #1-1] (/SVN/MyProject/node_modules/selenium-webdriver/lib/error.js:27
[internet explorer 11 ANY #1-1] super(opt_error);
[internet explorer 11 ANY #1-1] ^
[internet explorer 11 ANY #1-1] JavascriptError: JavaScript error (WARNING: The server did not provide any stacktrace information)
[internet explorer 11 ANY #1-1] Command duration or timeout: 312 milliseconds
[internet explorer 11 ANY #1-1] Build info: version: '3.3.0', revision: 'b526bd5', time: '2017-03-07 11:21:31 -0800'
[internet explorer 11 ANY #1-1] System info: host: 'IE11WIN8_1', ip: '172.16.204.134', os.name: 'Windows 8.1', os.arch: 'x86', os.version: '6.3', java.version: '1.8.0_12
1'
[internet explorer 11 ANY #1-1] Driver info: org.openqa.selenium.ie.InternetExplorerDriver
[internet explorer 11 ANY #1-1] Capabilities [{browserAttachTimeout=0, ie.enableFullPageScreenshot=true, enablePersistentHover=false, ie.forceCreateProcessApi=false, ie.
forceShellWindowsApi=false, pageLoadStrategy=normal, ignoreZoomSetting=true, ie.fileUploadDialogTimeout=3000, version=11, platform=WINDOWS, nativeEvents=false, ie.ensureC
leanSession=false, elementScrollBehavior=0, ie.browserCommandLineSwitches=, requireWindowFocus=false, browserName=internet explorer, initialBrowserUrl=http://localhost:30
08/, javascriptEnabled=true, ignoreProtectedModeSettings=true, enableElementCacheCleanup=true, unexpectedAlertBehaviour=accept}]
[internet explorer 11 ANY #1-1] Session ID: 1a341ccc-4a60-4bec-bdc6-152c07e77a07
[internet explorer 11 ANY #1-1] at WebDriverError (/SVN/MyProject/node_modules/selenium-webdriver/lib/error.js:27:5)
[internet explorer 11 ANY #1-1] at JavascriptError (/SVN/MyProject/node_modules/selenium-webdriver/lib/error.js:133:5)
[internet explorer 11 ANY #1-1] at Object.checkLegacyResponse (/SVN/MyProject/node_modules/selenium-webdriver/lib/error.js:505:15)
[internet explorer 11 ANY #1-1] at parseHttpResponse (/SVN/MyProject/node_modules/selenium-webdriver/lib/http.js:440:13)
[internet explorer 11 ANY #1-1] at process.tickCallback (internal/process/next_tick.js:103:7)
[internet explorer 11 ANY #1-1] From: Task: Protractor.get(http://localhost:8080/test-app/) - get url
[internet explorer 11 ANY #1-1] at WebDriver.schedule (/SVN/MyProject/node_modules/selenium-webdriver/lib/webdriver.js:816:17)
[internet explorer 11 ANY #1-1] at ProtractorBrowser.executeScriptWithDescription (/SVN/MyProject/node_modules/protractor/lib/browser.ts:897:25)
[internet explorer 11 ANY #1-1] at (/SVN/MyProject/node_modules/selenium-webdriver/lib/webdriver.js:947:14
[internet explorer 11 ANY #1-1] at TaskQueue.execute (/SVN/MyProject/node_modules/selenium-webdriver/lib/promise.js:2970:14)
[internet explorer 11 ANY #1-1] at TaskQueue.executeNext_ (/SVN/MyProject/node_modules/selenium-webdriver/lib/promise.js:2953:27)
[internet explorer 11 ANY #1-1] at asyncRun (/SVN/MyProject/node_modules/selenium-webdriver/lib/promise.js:2860:25)
[internet explorer 11 ANY #1-1] at (/SVN/MyProject/node_modules/selenium-webdriver/lib/promise.js:676:7
[internet explorer 11 ANY #1-1] From: Task:
[internet explorer 11 ANY #1-1] at Timeout.pollCondition [as _onTimeout] (/SVN/MyProject/node_modules/selenium-webdriver/lib/promise.js:2101:19)
[internet explorer 11 ANY #1-1] at ontimeout (timers.js:365:14)
[internet explorer 11 ANY #1-(/SVN/MyProject1] at tryOnTimeout (timers.js:237:5)
[internet explorer 11 ANY #1-1] at Timer.listOnTimeout (timers.js:207:5)
[internet explorer 11 ANY #1-1] From: Task: waiting for page to load for 110000ms
[internet explorer 11 ANY #1-1] at scheduleWait (/SVN/MyProject/node_modules/selenium-webdriver/lib/promise.js:2094:20)
The text was updated successfully, but these errors were encountered:
Internet Explorer in general has been flaky as noted in the previous issues opened. If this consistently happened on every browser, then it would definitely be a Protractor issue. Please file this against the internet explorer driver.
Hi,
I have a bunch of test cases to run against IE11. With protractor 4.0.14 + selenium server 2.53.1 it works fine. But with the latest protractor 5.1.1 + selenium server 3.3.0 it doesn't. Some runs passed success, but some doesn't. It fails unexpected with random timeout errors.
Please investigate and fix the issue.
v6.9.1
5.1.1
2.4.7
IE11 (11.0.9600.18538)
Windows 8.1
The stacktrace is:
[10:01:07] I/testLogger - [internet explorer 11 ANY #1-1] PID: 54295
[internet explorer 11 ANY #1-1] Specs: (/SVN/MyProject/test/e2e/test-tool/client-server/four.filter.string.field.e2e.ts
[internet explorer 11 ANY #1-1]
[internet explorer 11 ANY #1-1] [10:00:56] I/hosted - Using the selenium server at http://ie11.dev:4444/wd/hub
[internet explorer 11 ANY #1-1] Started
[internet explorer 11 ANY #1-1] problem trying to remove a folder:reports/
[internet explorer 11 ANY #1-1]
[internet explorer 11 ANY #1-1] (/SVN/MyProject/node_modules/selenium-webdriver/lib/error.js:27
[internet explorer 11 ANY #1-1] super(opt_error);
[internet explorer 11 ANY #1-1] ^
[internet explorer 11 ANY #1-1] JavascriptError: JavaScript error (WARNING: The server did not provide any stacktrace information)
[internet explorer 11 ANY #1-1] Command duration or timeout: 312 milliseconds
[internet explorer 11 ANY #1-1] Build info: version: '3.3.0', revision: 'b526bd5', time: '2017-03-07 11:21:31 -0800'
[internet explorer 11 ANY #1-1] System info: host: 'IE11WIN8_1', ip: '172.16.204.134', os.name: 'Windows 8.1', os.arch: 'x86', os.version: '6.3', java.version: '1.8.0_12
1'
[internet explorer 11 ANY #1-1] Driver info: org.openqa.selenium.ie.InternetExplorerDriver
[internet explorer 11 ANY #1-1] Capabilities [{browserAttachTimeout=0, ie.enableFullPageScreenshot=true, enablePersistentHover=false, ie.forceCreateProcessApi=false, ie.
forceShellWindowsApi=false, pageLoadStrategy=normal, ignoreZoomSetting=true, ie.fileUploadDialogTimeout=3000, version=11, platform=WINDOWS, nativeEvents=false, ie.ensureC
leanSession=false, elementScrollBehavior=0, ie.browserCommandLineSwitches=, requireWindowFocus=false, browserName=internet explorer, initialBrowserUrl=http://localhost:30
08/, javascriptEnabled=true, ignoreProtectedModeSettings=true, enableElementCacheCleanup=true, unexpectedAlertBehaviour=accept}]
[internet explorer 11 ANY #1-1] Session ID: 1a341ccc-4a60-4bec-bdc6-152c07e77a07
[internet explorer 11 ANY #1-1] at WebDriverError (/SVN/MyProject/node_modules/selenium-webdriver/lib/error.js:27:5)
[internet explorer 11 ANY #1-1] at JavascriptError (/SVN/MyProject/node_modules/selenium-webdriver/lib/error.js:133:5)
[internet explorer 11 ANY #1-1] at Object.checkLegacyResponse (/SVN/MyProject/node_modules/selenium-webdriver/lib/error.js:505:15)
[internet explorer 11 ANY #1-1] at parseHttpResponse (/SVN/MyProject/node_modules/selenium-webdriver/lib/http.js:440:13)
[internet explorer 11 ANY #1-1] at process.tickCallback (internal/process/next_tick.js:103:7)
[internet explorer 11 ANY #1-1] From: Task: Protractor.get(http://localhost:8080/test-app/) - get url
[internet explorer 11 ANY #1-1] at WebDriver.schedule (/SVN/MyProject/node_modules/selenium-webdriver/lib/webdriver.js:816:17)
[internet explorer 11 ANY #1-1] at ProtractorBrowser.executeScriptWithDescription (/SVN/MyProject/node_modules/protractor/lib/browser.ts:897:25)
[internet explorer 11 ANY #1-1] at (/SVN/MyProject/node_modules/selenium-webdriver/lib/webdriver.js:947:14
[internet explorer 11 ANY #1-1] at TaskQueue.execute (/SVN/MyProject/node_modules/selenium-webdriver/lib/promise.js:2970:14)
[internet explorer 11 ANY #1-1] at TaskQueue.executeNext_ (/SVN/MyProject/node_modules/selenium-webdriver/lib/promise.js:2953:27)
[internet explorer 11 ANY #1-1] at asyncRun (/SVN/MyProject/node_modules/selenium-webdriver/lib/promise.js:2860:25)
[internet explorer 11 ANY #1-1] at (/SVN/MyProject/node_modules/selenium-webdriver/lib/promise.js:676:7
[internet explorer 11 ANY #1-1] From: Task:
[internet explorer 11 ANY #1-1] at Timeout.pollCondition [as _onTimeout] (/SVN/MyProject/node_modules/selenium-webdriver/lib/promise.js:2101:19)
[internet explorer 11 ANY #1-1] at ontimeout (timers.js:365:14)
[internet explorer 11 ANY #1-(/SVN/MyProject1] at tryOnTimeout (timers.js:237:5)
[internet explorer 11 ANY #1-1] at Timer.listOnTimeout (timers.js:207:5)
[internet explorer 11 ANY #1-1] From: Task: waiting for page to load for 110000ms
[internet explorer 11 ANY #1-1] at scheduleWait (/SVN/MyProject/node_modules/selenium-webdriver/lib/promise.js:2094:20)
The text was updated successfully, but these errors were encountered: