Closed Omar8345 closed 2 years ago
Hey @mszeles! Check out this PR. I made this PR to fix the issue #32
Add a task to open a new tab when clicked Sample:
<a href="https://www.google.com" onclick="chrome.tabs.create({url:this.href})">Click here to open Google</a>
Add "tabs"
permission in [manifest.json](https://github.com/mszeles/selenideium-element-inspector/blob/main/manifest.json) so that it can open the link needed
Thanks!!!
This PR to fix issue #32