我目前正在获得这样的“选择器”名称并且有效: -
if (email in list_of_lines) == False: #if it passes this statement then the account doesn't already exist so we need to create a new account.
add_account()
尝试使用Renderer2但找不到任何方法可以让我获得上面的tagName。 不想直接使用“NativeElement” - 任何建议
由于 Maiur