vendredi 4 septembre 2020

How to get Selenium Text But When Product Has Discount Element Changes

(JAVA) I select random product from the site. Sometimes it has discount sometimes it does not.

For example:

How can I get 748(product without discount)

or How can I get 419 (product with discount)

When Product has discount The element is :

<div class="pb-basket-item-price">748 TL</div>

When Other Product doesnt have discount The element is :

<div class="pb-basket-item-price">
<span>499 TL</span>
"419 TL"</div>

Aucun commentaire:

Enregistrer un commentaire