我有一个Google搜索结果,类似
div class="rc"
h3 class="r"
<a href="somelink">
<img id="idFOO" src="data:somethingFOO" style="...">
</a>
Run Code Online (Sandbox Code Playgroud)
我想使用python&selenium将somethingFOO(或data:somethingFOO)添加到字符串中。我怎样才能做到这一点?