If you start with DP, you have to stick with it on that line of code. So
should be
just like gammaflare suggested.
Code:
Browser("Creationtime:=1").Page("Google").Image("Google").Click
should be
Code:
Browser("name:=Google","creationtime=1").Page("name:=Google").Image("name:=Google").Click
just like gammaflare suggested.