Why this works:
driver.findElement(By.cssSelector(“#”));
but this does not:
private By divHeader = By.CssSelector(“#”);
driver.FindElement(this.divHeader);
Why I cannot split into two segments of code and leave at beggining of my class all declarations of the selectors