SkenDev
SkenDev

Reputation: 1

Can't find element with selenium in python 3

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

Answers (1)

Shavow
Shavow

Reputation: 102

you can use a google exstension called katalon Recorder, it basically works like a recorder and is usually very accurate.

Upvotes: 1

Related Questions