angular / protractor

E2E test framework for Angular apps
http://www.protractortest.org
MIT License
8.75k stars 2.31k forks source link

Click event is not working in Kendo Grid - Facing issue with IE 11 browser, It works fine in Chrome #5278

Open Shrirambaraskar9226 opened 5 years ago

Shrirambaraskar9226 commented 5 years ago

Hi,

When we write test automation script for one of the functionality where Kendo grid is used. Through this test script we are clicking on Row value in Kendo grid and We are able to run this script in Chrome browser but not in IE 11 Browser.

Can you please suggest if we need any additional configuration for IE ? Or Do we have any known issues with Protractor for Kendo Grid control click event

Thanks, Shriram

TechAspirant commented 4 years ago

Have you tried getting grid cell values using protractor ? Can you help me on this ?