Hi,
I am at the very beginning of learning how to get data from web pages, so please forgive me for a potential poor explanation. I am able to get some data of other parts of the .document that are easily available, but I have reached a part that I do not even know how to google for.
It might be obvious for a more skilled html-reader, but dt is the parameter and dd its variable. Ideally, the code would look for "Girkasse" and retrieve "Manuell".
</div>I hope that I have provided sufficient information.
I am at the very beginning of learning how to get data from web pages, so please forgive me for a potential poor explanation. I am able to get some data of other parts of the .document that are easily available, but I have reached a part that I do not even know how to google for.
It might be obvious for a more skilled html-reader, but dt is the parameter and dd its variable. Ideally, the code would look for "Girkasse" and retrieve "Manuell".
HTML:
<dl class="example"> <dt data-automation-id="key">Farge</dt> <dd data-automation-id="value">Rød</dd> <dt data-automation-id="key">Girkasse</dt> <dd data-automation-id="value">Manuell</dd> <dt data-automation-id="key">Hjuldrift</dt> <dd data-automation-id="value">Firehjulsdrift</dd> <dt data-automation-id="key">Drivstoff</dt> <dd data-automation-id="value">Diesel</dd></dl>
Last edited: