Skip to content

Unable to use Protractor sendkeys in agGrid Cell Editing #3

@kungfuPanda123

Description

@kungfuPanda123

Element must be user-editable error is thrown when i try to clear and enter the value agGrid cell.

element.all(by.css('[colid="ResultData"]')).get(1).clear();
element.all(by.css('[colid="ResultData"]')).get(1).sendKeys('Hello...');

<div role="gridcell" class="ag-cell-no-focus ag-cell ag-cell-not-inline-editing ag-cell-value results-record-cell" tabindex="-1" colid="ResultData" title="Pending..." style="width: 98px; left: 199px;">Pending...</div>

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