<div>
<div class="child-1">Interactive child element</div>
<div class="child-2">Non-interactive child element</div>
</div>
If the interactive child element (child-1) is part of a third-party library and cannot be modified, how can I simulate clicking on child-1 when clicking on non-interactive child element (child-2)?