View Single Post
Old 11-14-2017, 06:56 AM   #1
Rasheedgm
Junior Member
Rasheedgm began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Jan 2017
Device: Kindle
Soup selection not working if not matched all classes

Hi,
I am trying to select an element which has class 'article_date' and few other classes. i want to select element by one class but its not working, i had to give all classes in the element. where in my case i cant predict other classes as its created dynamically according to articles.

this is not working when there are other class too in the element
souparticle.find("div", { "class" : "article_date " })
Rasheedgm is offline   Reply With Quote