Selenium - Finding element based on ember
问题 I am working with selenium in python 3.6 on the chrome browser. I have programmed it to the point where I can access the website I want but I am struggling to find the text box element I am searching for. When I inspect the element it has this code. <input placeholder="" id="ember32" class="ssRegistrationField ssEmailTextboxField ember-text-field ember-view" type="email"> But when I try and use the given ID, it does not work and says that it cannot be found. Here is my code (Without the text