I am trying to use selenium from python to scrape some dynamics pages with javascript. However, I cannot call firefox after I followed the instruction of selenium on the pypi page(http://pypi.python.org/pypi/selenium). I installed firefox on AWS ubuntu 12.04. The error message I got is: I did search on the web and found that this problem happened with other people (https://groups.google.com/forum/?fromgroups=#!topic/selenium-users/21sJrOJULZY).
Tag: web-scraping
How to find tag with particular text with Beautiful Soup?
How to find text I am looking for in the following HTML (line breaks marked with n)? The code below returns first found value, so I need to filter by “Fixed text:” somehow. UPDATE: If I use the following code: then it returns just Fixed text:, not the <strong>-highlighted text in that same element. Answer You can pass a regular