react-simple-maps icon indicating copy to clipboard operation
react-simple-maps copied to clipboard

How to test React-Simple-Maps with Selenium?

Open felipecaparelli opened this issue 5 years ago • 0 comments

I am trying to call the click function in the Geography element using selenium but for some reason, the event is not executed. How can I do this? Follow a code snipped:

$("div[id='map'] path[data-testId='usa']").click(); // IS NOT WORKING

felipecaparelli avatar May 28 '20 09:05 felipecaparelli