Iakiv Kramarenko

Results 153 comments of Iakiv Kramarenko

> And the last question: how hard this would be to realize and support and test as a selene feature? this is an open point:) actually such kind of open...

Yeah, for some commands it's good to have docstrings:) like for the ones you mentioned.

Hey! Soft assertions is not something "classic" in automated testing. In atomic, more unit style of tests it usually breaks the "atomicity". In integration end to end style of tests...

Another reason not to implement such things in a library like selene - is vague requirements. Soft assertions is something that can be interpreted in a lot of ways. When...

Hm... this might be not a simple enough implementation... It might be hard to provide one way to achieve that, the way that will have an API and style that...

you can manage your mobile instance in a whatever way you like. Just keep it as a global variable and import where do you need it ``` # tests/conftest.py from...

We already have condition have.value_containing "attribute have value" I English means "exact" by default. So, here we just need to fix attribute.value to work as expected. Selenium can be different...

Oh! Yeah, seems like appium driver has no title method! I will try to fix it soon! On Tue, Apr 7, 2020, 11:43 Бочкарев Максим wrote: > First of all,...

@Bochkarev90 , seems like it will not be like that easy... I am not sure the problem is with Title.... Appium should support title too... Maybe no, but for now...

Yeah... There is no object of ActionsChains class yet in Selene. You can create it quickly as a helper in your code.... Probably It is reasonable to have it in...