skip to Main Content

Html – How to get text from drop-down button using Selenium?

There is a webpage with drop-down button with text inside. I want to retrieve text from that drop-down button, which is : "Description text". Here is html code part: <div data-v-e0a13c66="" data-v-5e9bf2df="" id="DetailDescription" class="detail-dropdown"> <header data-v-e0a13c66="" class="detail-dropdown__header"> <h5 data-v-e0a13c66="" class="detail-dropdown__title…

VIEW QUESTION

Ubuntu – Selenium Webdriver init Problem in Google Collab

I use this shell in Google Colab, %%shell # Ubuntu no longer distributes chromium-browser outside of snap # # Proposed solution: https://askubuntu.com/questions/1204571/how-to-install-chromium-without-snap # Add debian buster cat > /etc/apt/sources.list.d/debian.list <<'EOF' deb [arch=amd64 signed-by=/usr/share/keyrings/debian-buster.gpg] http://deb.debian.org/debian buster main deb [arch=amd64 signed-by=/usr/share/keyrings/debian-buster-updates.gpg] http://deb.debian.org/debian…

VIEW QUESTION
Back To Top
Search