Hello.
There is such a button:
<input type="submit" value="Начать переписку" accesskey="s" class="button primary" /> Trying to press it like this:
driver.findElement(By.xpath("//input[ @class =\"button primary\"][0]")).click(); Not out. I ask for help.