0
I have the following code:
<div class="OSInline" style="width: 100%">
<span data-webbtests="CompraWeb.Request_Edit.AddressWB.expCompanyAdress">
Praça Henrique Lavoie Júnior, 701
<br>
Irajá - Rio de Janeiro - RJ - 21231-200
</span>
</div>
I’d like to record what’s between the
and write to a variable
You could do that ?
I would like something more or - like:
Praça Henrique Lavoie Júnior, 701 Irajá - Rio de Janeiro - RJ - 21231-200
To class="OSInline"
is present in various parts of the screen so I think we can not use it for this case
the code is: <div class="Osinline" style="width: 100%"> <span data-webbtests="Compraweb.Request_edit.AddressWB.expCompanyAdress"> Praça Henrique Lavoie Júnior, 701 <br> Irajá - Rio de Janeiro - RJ - 21231-200 </span> </div>
– Felipe Barbosa
did not understand the charge of recording something on the page with the selemiun. Can you explain me ? Thank you.
– Luã Govinda Mendes Souza