Skip to content

root element not working other than [ng-app] #88

@isingh78

Description

@isingh78

In our angular application, we are having app-root instead of ng-app. We are getting timeout error when we give app-root.

Code:
NgWebDriver ng = new NgWebDriver(_iwebdriver, "app-root");
// ng.IgnoreSynchronization = true;

        ng.Manage().Timeouts().AsynchronousJavaScript = TimeSpan.FromSeconds(20);                        
        try { ng.WaitForAngular(); }
        catch (Exception) { return false; }
        return true;

Application Source Code Snippet:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions