kaliiiiiiiiiii

Results 145 comments of kaliiiiiiiiiii

@azamtoiri Nice work! Wil test & merge

> Same issue, can we merge that @kaliiiiiiiiii Yes, but only when the finals are over:) ~22nd

> > Yes, but only when the finals are over:) ~22nd > > What are you talking about?) I have final exams till 22nd

Yep, you'll have to include the full driverless package directory. Also, I plan to make this package pyinstaller-safe

> Any updates? ```python options.add_argument("--disable-features=DisableLoadExtensionCommandLineSwitch") ``` Workaround for now. (Thanks to [@ifyouonlyknew_](https://discord.com/channels/1160554230881468440/1161414108646740101/1376882392672763997)) Not tested myself, didn't find the time. I will provide an update hopefully still this summer, rn quite...

Thanks! To refactor: https://github.com/kaliiiiiiiiii/Selenium-Driverless/blob/ca333fd88b0b7722ac128e08deccbb5ffbd66b39/src/selenium_driverless/utils/utils.py#L10 https://github.com/kaliiiiiiiiii/Selenium-Driverless/blob/ca333fd88b0b7722ac128e08deccbb5ffbd66b39/src/selenium_driverless/utils/utils.py#L74-L75 https://github.com/kaliiiiiiiiii/Selenium-Driverless/blob/ca333fd88b0b7722ac128e08deccbb5ffbd66b39/requirements.txt#L1 https://github.com/kaliiiiiiiiii/Selenium-Driverless/blob/ca333fd88b0b7722ac128e08deccbb5ffbd66b39/setup.py#L3

@bizjaya please refactor the formatting in this issue. Checkout how this works in the github docs.

Uh yes I think this is expected, since you're adding it for a different domain than the one tou're on. Though, I maybe I should either 1. Change it to...

> For example: await input.send_keys("Иван") does nothing > > here it checks if the char in present in mappings > > https://github.com/kaliiiiiiiiii/Selenium-Driverless/blob/99185863149526af0ab066c0e4043f57c556d5ef/src/selenium_driverless/types/target.py#L414 > > but if it isn't then it...