Václav Votípka
Václav Votípka
fixes #10624 Extend list of types which can be returned byt `get_property()` method. ### Description Current typing options does not cover all possible types returned by get_property() For example *...
I have this sample RAML file: ``` #%RAML 1.0 title: Test Case version: 1.0 mediaType: [ application/json ] types: Obj1: type: object description: The Obj1 description properties: aaa: type: string...
When the library tries to found browser version, then it runs (for example) this command: ``` google-chrome --version || google-chrome-stable --version || google-chrome-beta --version || google-chrome-dev --version ``` When the...
When I click (`$click()`) on a disabled checkbox, then `CanceledPromiseError` (and sometimes `TimeoutError`) is raised after approx. 30s. When I use `click()` method instead, then it returns immediately without any...
I think I have found a buggy behavior of ulixee browser when we work with frames. I use the version `2.0.0-alpha.28`. To reproduce the bug, you need these two html...
I already reported this error as [issue 263](https://github.com/ulixee/hero/issues/263). The testcase from that issue now works well in 2.0.0-alpha.29, but the error still appears in my project. So I prepared another...