Question

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

Was it helpful?

Solution

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

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top