I am new to selenium and TestNG . Can any one give me some example to fetch 1*1 Omniture image request parameter?
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.