react-simple-maps
react-simple-maps copied to clipboard
How to test React-Simple-Maps with Selenium?
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