AutomaApp / automa

A browser extension for automating your browser by connecting blocks
https://www.automa.site
Other
10.73k stars 1.09k forks source link

angular ng-click support #1657

Open kaovilai opened 4 months ago

kaovilai commented 4 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Per https://stackoverflow.com/a/46910297

ng-click does not trigger when you run vanilla click callback, because it's an Angular action attribute.

Describe the solution you'd like A clear and concise description of what you want to happen. TBD

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. Just digging into the ngclick function, attaching debugger and figuring out manually the url it would've directed me to. Additional context Add any other context or screenshots about the feature request here.