I am trying to scroll the page using scrollBy function but it is not applicable as I am using XPath to find the element(find_element_by_xpath("//div[@class='sc-bGbZqa carTxV']")Inspect in chrome with out adding Id. But while inspecting in chrome when I give id(TEST) Inspect in Chrome and try scrollBy function using id it is working fine. I am using selenium python. Your help on this is much appreciated.
Thanks.