0
When trying to import using Pycharm
:
from selenium.webdriver.common.alert import Alert
it leaves the text in gray, and shows unused import statemnet
.
tried to use the:
# noinspection PyUnresolvedReferences
but without success, why it happens?
That’s exactly what I was gonna do. Whoever needs it, I’m here.
– Guilherme Lima