Forum Discussion

Sabiha's avatar
Sabiha
Occasional Contributor
2 years ago
Solved

Unable to clear a (material ui 5) datepicker field on Firefox - works fine on Edge and Chrome

We have several date fields in our system, implemented using Material UI 5.10.2 datepicker. Our system is tested on Edge, Chrome and Firefox. We have some tests that clear the text component p...
  • Sabiha's avatar
    2 years ago

    Thanks Alex.

    obj.Keys("^A");  didn't work for me on Firefox, it opened a new tab with showing add-ons 

     

    however, this did work.

    obj.Click();

    obj.Keys(" "[Home]![End]") 

    obj.Keys("[Del]");