The following is the snippet of WebDriver code using Java:
WebDriver driver = new FirefoxDriver(); driver.get(\"http://www.google.pl/\");
Since you want the Polish Google site the
//input[@title='Google Search']
will not work for you. Instead use
//input[@title='Szukaj w Google']