如何使用 TestNG 和 selenium Grid 获取 Omniture 1*1 图像请求参数

发布于 2024-12-28 06:50:13 字数 65 浏览 0 评论 0原文

我是 selenium 和 TestNG 的新手。谁能给我一些获取 1*1 Omniture 图像请求参数的示例吗?

I am new to selenium and TestNG . Can any one give me some example to fetch 1*1 Omniture image request parameter?

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

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

发布评论

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

评论(2

拥抱影子 2025-01-04 06:50:13

您只是想看看参数中传递了什么信息吗?您可以使用 Charles 之类的工具来查看所有详细信息。它是一个简单的像素请求,因此如果您需要更多信息,您可以获取该 URL 并解析它。图像请求将始终包含 /b/ss/ 因此它应该很容易获取。

Do you just want to see what information was passed in the parameter? You could use something like Charles to see all the details. Its a simple pixel request, so you can grab that URL and parse it out if you need a little more info. The image request will always contain /b/ss/ so it should be easy to grab.

把时间冻结 2025-01-04 06:50:13

我有一个类似的问题,以下似乎是一个解决方案:
http://samaitra.blogspot.com .au/2012/05/http-profiler-using-selenium-to-track.html

I had a similar question, the following appears to be a solution:
http://samaitra.blogspot.com.au/2012/05/http-profiler-using-selenium-to-track.html

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