.send_keys() or .click() methods are not auto suggesting. If I write the method then the code works, but if I look for auto complete then it's not showing. Can someone please help me here? driver.find_element_by_name("name"). --> after the dot, it should auto suggest. Please see the screen shot. Using Pycharm IDE
from selenium import webdriver
driver = webdriver.Chrome(executable_path='D:\\Selenium Drivers\Chrome\chromedriver.exe')
driver.get("https://rahulshettyacademy.com/angularpractice/")
driver.find_element_by_name("name").