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 would like to write what is between the
and write to a variable
Would you do it?
I'd like you to get something + or - like this:
Henrique Lavoie Júnior Square, 701 Irajá - Rio de Janeiro - RJ - 21231-200
The class="OSInline"
is present in several parts of the screen so I do not think you can use it for this case