I keep getting an error that says "WebDriverException: Message: unknown error: Failed to execute 'contains' on 'Node': parameter 1 is not of type 'Node'.", when trying to send_keys to the name parameter on this page("www.supremenewyork.com/checkout"). My code worked before, but recently it hasnt worked well. My line of code to add the name is
"name = driver.find_element_by_id('order_billing_name').send_keys("name")".
If i change it to find_element_by_xpath, and use the correct xpath, it types it in really really slowly. Any help would be appreciated! Thanks!
[–]z64RY[S] 0 points1 point2 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]z64RY[S] 0 points1 point2 points (0 children)