I am using selenium to do some WebScraping but can't detect an element with xpath, full xpath, id or text.
<div id="cbp-vm" class="cbp-vm-switcher cbp-vm-view-list"> <div class=cbp-vm-options">...</div> <div> <ul>...<ul> </div> </div> I want to get stuff from inside the but can't. I can locate objects up to the "cbp-vm-switcher" stuff with both xpath and id.