-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Connection reset by peer when doing getText() on ElementArrayFinder when SELENIUM_PROMISE_MANAGER is false #4693
Comments
any intention for this to be fixed soon, guys? |
Seeing the same error, posted about it here: Thanks for any help! |
|
@CrispusDH The documentation states that:
And, by the way, your solution also throws the same error. |
I just solved my issue not using $$("h2") and using ((element.all(by.css('.h2'))[0]).getText() Looks like it try to get the text of all occurrences. Maybe it will help you. |
I am also getting the same error |
Any update on this? I've been having the same error, and I'm not sure at all what's causing it. Do we understand what the actual problem is or do we have a workaround for the time being? |
Test execution interrupts on attempt to run .getText() on ElementArrayFinder
Following error is displayed on attempt to run test with selenium server option:
And this, in case of direct connection:
The issue is not reproducing on Firefox.
8.9.4
5.3.0
1.5.7
chrome
Mac OSX
config file
package.json
test example
The text was updated successfully, but these errors were encountered: