1 - Yes Both change
2 - Once it goes to the items page then find 'Add To Basket'
3 - Eg. http://www.currys.co.uk/gbuk/apple-iphone-6s/mobile-phones-and-accessories/mobile-phones/362_3412_32041_267_ba00011553-bv00309416/xx-criteria.html
So the Keyword would be Iphone 6s for example and for it to go to click the link
also how to make it click on the one nearest to a colour for example Rose Gold
Local $oIE = _IECreate($url)
Local $iPosition = StringInStr($oIE, $keyword)
MsgBox($MB_SYSTEMMODAL, "", "The search string ", $keyword ," first appears at position: " & $iPosition)
MouseClick("left",$iPosition, 1, 1)
;_IELinkClickByText($oIE, $keyword)