Konstantin Kl.
Konstantin Kl.
@Gallaecio no, response is correct. It seems to be a rare problem with twisted. Later I will add a reproduced example
so, problem is in selenium version: the browser option parameter firefox_options was deprecated in Selenium 3.8.0 If you use newest version: i tested the package today - the problem is...
@byhlel ```python def get_random_word() -> str: def roll(): result = rw.get_random_word() if not result: result = roll() return result return roll() ```