You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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!!!
The text was updated successfully, but these errors were encountered:
@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!!!
The text was updated successfully, but these errors were encountered: