我想从根本上了解为什么它不起作用,以及是否有任何变通办法。
在我的预请求脚本中:
let template = `
<html>
<body>
<button onclick="myFunction()">Copy text</button>
<script>
function myFunction() {
navigator.clipboard.writeText("COPYTEST");
}
</script>
</body>
</html>
`;
pm.visualizer.set(template);
按钮不起任何作用
1条答案
按热度按时间kfgdxczn1#
它看起来像导航器API是故意从 Postman 删除。
https://github.com/postmanlabs/postman-app-support/issues/5722#issuecomment-451657262
谢谢丹尼的变通办法!
https://community.postman.com/t/copy-the-request-url-to-the-clipboard/11367/3