webautotester / scenario

JS Library For Puppeteer Actions
MIT License
1 stars 7 forks source link

add href to ClickAction #1

Closed caohanyang closed 6 years ago

caohanyang commented 7 years ago

add HREF attribute for ClickAction

xblanc33 commented 7 years ago

not all click action have a href. I am not sure about this new property. We may add a new 'metadata' property on the Action class to add any sort of meta data (not only href).