Replies: 1 comment 2 replies
-
Chrome has a |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We'd like to test a private chrome extension that we've built. All it does is add a content script and a css file to certain webpages. So we could bypass the actual extension by just adding
<link>
and<script>
tags directly to the<head>
element. What's the best way to do this with Taiko?Beta Was this translation helpful? Give feedback.
All reactions