python - Why I cannot find some Javascript objects with Selenium? -
i want read initialchatfriendslist
facebook profile selenium. when login facebook manually , display page source can find element. however, when use selenium cannot find string:
source = browser.page_source print 'initialchatfriendslist' in source # false
why cannot find these javascript elements?
i think did not configure javascript files in eclipse. please remove files java eclipse (selenium) files , configure files newly.
Comments
Post a Comment