I have code like:
<div class="selected-flag" tabindex="0" title="Germany (Deutschland): +49"><div class="iti-flag de"></div><div class="iti-arrow"></div></div>
It should pull out value +49 but how to do it as there is not name like
<input id="" type="phone" name="myintext1" ...
Should I add some Id or name? Need help what is the best solution.