Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angular website click not working #1628

Open
yanielbf opened this issue Mar 23, 2021 · 0 comments
Open

Angular website click not working #1628

yanielbf opened this issue Mar 23, 2021 · 0 comments

Comments

@yanielbf
Copy link

yanielbf commented Mar 23, 2021

@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!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant