0

enter image description here

await t.click(Selector('.select2-search-choice-close'));

Can someone help me with what is wrong here?

notfluffy
  • 101
  • 1
  • 8

2 Answers2

1

Try,

await t.click('.select2-search-choice-close');
VysakhMohan
  • 567
  • 3
  • 9
0

If this question is still relevant for you, try the Visual Selector Debugger. With it, you can directly see in the browser which elements the selector matches, or you can automatically generate a selector for the selected element.

Ilya Afanasenko
  • 517
  • 2
  • 7