Trying to find the below element tried the following nothing works can anyone help.
<button data-testid="addToClientBasket"
class="sc-kfGgVZ kcCRfu">
<span><i class="icon-Expand_Cross_30_by_30"></i>Add To Basket</span>
</button>
By.xpath("//button[@data-testid='addToClientBasket'");
By.xpath("//div[@id='root']/div/div/div/div[4]/div/div/div[2]/button/span";
By.cssSelector("button.sc-kfGgVZ.kcCRfu.added");
By.cssSelector("button.sc-kfGgVZ.kcCR");
By.cssSelector("button[class='sc-kfGgVZ kcCRfu']");