Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

WebElementCondition did not resolve to a WebElement #3201

@coreystinson2

Description

@coreystinson2

Running a fresh installation of NPM and receiving this error that is not occurring on my main development box, I have followed all installation steps and cannot reproduce on my main box.
suite is failing with the following error

Failed: WebElementCondition did not resolve to a WebElement: [object Object]
at /Users/corey/.npm-packages/lib/node_modules/protractor/node_modules/selenium-webdriver/lib/webdriver.js:698:17

I have identified the error being raised on all of the following commands throughout my suite, and without them the suite passes:
browser.driver.wait(protractor.until.ableToSwitchToFrame(frame))
browser.driver.wait(protractor.until.elementTextIs(element, text))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions