*reposting my deleted comment*
I might not be correct, but i'm kinda suspicious regarding this particular div class and your received error.
It is a nested class. In your particular case, it consists of 3 classes - listing, listing-search, listind-data . So due to this, maybe BP is having some difficulties (I wouldn't be surprised). I suppose your best bet would be to get the path of that element i.e. html/body(1)/div(x)/... (you can do it manualy yourself as well), on top of that checking for ID would be helpful as well.