I know this is a not a proper technical question, but i am facing problem while using selenium to make a facebook post bot. This is my code so far
from selen
Have you tried just finding the element by ID as that Xpath looks very likely to change?
driver.FindElement(By.Id("js_kk")).SendKeys(status);