I'm trying to do some scraping of airbnb's website for a small project. Using selenium to try to filter results by price I stumbled upon an issue. I select the max price input box by xpath, then give it a little WebElement.clear(). however when I try to do a WebElement.send_keys(price), it gets the price from the visual sliding bar or sets it to max price and ignores my input. It's the same action that happens if you clear the field and then click off it. Anyone have experience with this?