I have div with class and id attributes in document like this:
<div class="blabla11" id="bla22">
In the class and id values blabla is constant while digits are not. How can I get the elements by class and by id if some parts of the class and div names are generated automatically?
Get all the divs, and use regex to test