Parth Kabariya
2018-12-04 10:40:43 UTC
I was able to post on Facebook some days ago with selenium(python)
I could find post textBox with this below method
driver.find_element_by_xpath("//textarea[@name='xhpc_message']")
but it seems Facebook has made some changes recently so it's not working
anymore. and I am not even able to post any link with *https* or *www* anymore
with
element.send_keys("https://.....");
I have tested manually It's working but not with selenium(python)
so any way to work around it, any help
I could find post textBox with this below method
driver.find_element_by_xpath("//textarea[@name='xhpc_message']")
but it seems Facebook has made some changes recently so it's not working
anymore. and I am not even able to post any link with *https* or *www* anymore
with
element.send_keys("https://.....");
I have tested manually It's working but not with selenium(python)
so any way to work around it, any help
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/f1ebf3db-2f93-4301-9d29-9e6bbe27b6b4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/f1ebf3db-2f93-4301-9d29-9e6bbe27b6b4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.