Reputation: 1
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.
Upvotes: 0
Views: 59
Reputation: 102
you can use a google exstension called katalon Recorder, it basically works like a recorder and is usually very accurate.
Upvotes: 1