如何使用 TestNG 和 selenium Grid 获取 Omniture 1*1 图像请求参数
我是 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您只是想看看参数中传递了什么信息吗?您可以使用 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.
我有一个类似的问题,以下似乎是一个解决方案:
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