firstor
firstor
@Gbuomprisco Not sure, but I confirm it happens with a separator key.
@Bethannfrum What do you mean by "Fix and restore it to the original format and release old documents"?
@wswebcreation Ok, good. I will add a PR. But I want to make sure just one thing before go: are you okay with this style of selector `#parentElement::sr #innerElement` to...
@wswebcreation How can I push my commits? Seems that I have no enough permission to contribute.
@wswebcreation Yes, I checked `DEVELOPER.md` and did not find any guide to push. These are steps I went: - `git clone [email protected]:angular/protractor.git` - `cd protractor/` - `git remote add upstream...
@wswebcreation Ok, thank you for guiding.
@wswebcreation I just created a [PR #4392](https://github.com/angular/protractor/pull/4392).
Hope someone helps me resolve this: https://github.com/angular/protractor/pull/4392#issuecomment-359814654
@msbasanth You missed `::sr` since `by.css_sr` won't start to find elements in a shadow root of the element ~ it will dig into the shadow DOM tree of any element...
I experienced same issue on IE. Any update on this issue?