Iakiv Kramarenko
Iakiv Kramarenko
There are a lot of PRs opened... So probably, better to wait for them to be accepted, and then check it again... On Thu, Aug 19, 2021 at 1:34 PM...
somehow related (but considered out of scope) to #313
See also same ideas from NSelene at [SeleneElement.cs:L117](https://github.com/yashaka/NSelene/blob/6bf4c338484e428754ea34a4bfad31e6247b652d/NSelene/SeleneElement.cs#L117) Here is an excerpt: ```csharp // TODO: consider renaming it to something more concise and handy in use... // take into account...
please, document once clarified
I can't reproduce the issue. On my side, with Mac OS Catalina, Chrome Version 79.0.3945.130 (Official Build) (64-bit) - everything is fine. To reproduce, I have downloaded your project, added...
probably this issue comes from the fact that Selenide has such feature: https://github.com/selenide/selenide/blob/7f0376d9a1616839429e4e1e3f045965014bc9cf/statics/src/main/java/com/codeborne/selenide/impl/StaticConfig.java#L40 It's a question why Selenide has it, and will selene users benefit from having it too... for...
mmmm... So the case might be like this: ``` from selene.support.shared import driver def test_a(): browser.open('...') # open always inits driver if it's not alive and should be called before...
This aliases were needed to make autocompletion work correctly in at least PyCharm. Before it did not work. From what I saw in latest version of PyCharm, we don't need...
> Sometimes different iframes have same unique elements. And selene users will try to find an element they could will find first element of the list which is formed from...
> Even if user will find not unique element by unique path to it, for example by using iframe unique attribute. Could selene interact with them without webdriver "switching" to...