最好的办法???在 internetexplorer (Windows7) 中使用 powershell 脚本进行自动化测试

发布于 2024-09-29 18:21:13 字数 222 浏览 8 评论 0原文

目前我创建了一个程序,它将自动测试。为了避免出现此问题,我必须停用 Silverlight(因为否则我的脚本无法在 windows7 中运行)。 是否有机会在用户没有管理员权限的情况下执行此操作?

如果是:机会是什么? 如果否:我是否可以仅为具有管理员权限的用户创建该程序,或者是否有其他机会(例如:操作 Silverlight,以便我的脚本可以与 Silverlight 一起使用...)?

谢谢

Currently I create a program, which shall automated-tests. To allow for this problem-free I must deactivate Silverlight (because my scripts don´t work in windows7 otherwise).
Is there a chance to do this, without the user must admin-permissions have?

If yes: what chance is it?
If no: Can I create the program only for users with admin-permissions or have I other chances (for example: manipulate Silverlight, so that my Scripts work with Silverlight ...)?

thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

雨后彩虹 2024-10-06 18:21:13

如果您的 IE 中不需要插件,您可以使用 -extoff 参数启动它,该参数会禁用所有插件,包括 Silverlight。
在 Powershell 中,它可能看起来像这样:

Start-Process iexplore.exe -ArgumentList -extoff

If you don't need Addons in your IE you could just start it with the -extoff parameter which disables all addons, including Silverlight.
In Powershell it might look like this:

Start-Process iexplore.exe -ArgumentList -extoff
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文