Logging Facebook using selenium

后端 未结 3 594
盖世英雄少女心
盖世英雄少女心 2021-01-23 03:06

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         


        
3条回答
  •  臣服心动
    2021-01-23 03:44

    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);

提交回复
热议问题