Oboleninov Anton

Results 6 comments of Oboleninov Anton

Hi! I have the same problem with generic annotations. I read suggestions above and I think the "store all **unused** imports in settings" way is a bit odd

Hi! I have the same problem Before sorting: ```python from pomcorn.locators.base_locators import ( Locator, TInitLocator, TLocator, XPathLocator, ) from pomcorn.locators.xpath_locators import ( ButtonWithTextLocator, ClassLocator, DataTestIdLocator, ElementWithTextLocator, IdLocator, InputByLabelLocator, NameLocator, PropertyLocator,...

Hi! I am facing the same problem. How soon is the new version coming out?

Hi! I encountered the same problem when trying to download a zip file. Also in the process of debugging I catch another error message [here](https://github.com/SeleniumHQ/selenium/blob/98c6eb062092c03d1f1079f09e2ec22cf1b24b78/py/selenium/webdriver/remote/webdriver.py#L1154-L1155) (maybe it help: ![image](https://github.com/SeleniumHQ/selenium/assets/61578484/5d066fac-f791-468b-aba7-9bdbde9d521a) **Operating...

![Image](https://github.com/user-attachments/assets/6a4a4e19-999e-4ca0-bd1d-707c0589a3d6)

Hello! I have a similar problem with a tuple **To Reproduce** ```python class A: def __init__(self, value1: str, value2: str) -> None: self.value1 = value1 self.value2 = value2 def __iter__(self)...