-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
@matthewmueller Hi, I am trying to click on button created with angular. This is the render content html:
<icb-button _ngcontent-okn-34="" tabindex="0" _nghost-okn-8=""> <a _ngcontent-okn-8="" class="ipswich-main-buttons-link big" style="touch-action: manipulation; user-select: none; -webkit-user-drag: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);"> <!--template bindings={}--> <!--template bindings={}--> <span _ngcontent-okn-8="" class="ipswich-main-buttons-link-text">Siguiente </span> </a> </icb-button>
When I catch this element and print this is the result:
{ __zone_symbol__eventTasks: [ { data: [Object], runCount: 0, source: 'HTMLElement.addEventListener:onClick', type: 'eventTask', zone: [Object] } ] }
Function click not working on this element. Help me!!!