Tim Voronov
Tim Voronov
Add possibility to reuse a browser tab between multiple scripts so that they all could work with an existing session. Possible solution: Allow driver to create a new tab and...
## Changes This proposal introduces: - New keyword - New runtime interface - New runtime components ## Background Since FQL is intended to help users interact with web pages by...
Instead of bunch of ```WAIT_X``` functions, it would be very useful if we came up with a more generic and solid approach built into the language itself. - [x] WAITFOR...
One of two last parts of the language that are left to - [ ] Contraction - [ ] Inline expressions - [ ] Inline filter - [ ] Inline...
Ok, it seems we cannot handle it properly at this moment. Every query result gets serialized to JSON format including binary data which might be not ideal. There are several...
In order to avoid collisions and make queries more readable I propose to move all HTML related functions to HTML:: namespace. Examples: ``` LET page = HTML::DOCUMENT(url) // for backward...
**Is your feature request related to a problem? Please describe.** The current algorithm of UA generation gives us UA strings of very old browsers which lead to unpredicted results like...
Generated parser does not get compiled for the i386 arch. Related issue: https://github.com/antlr/antlr4/issues/2433
Add possibility to upload files.
The scientific notation (E-notation) must be supported. ``` -4.87e103 -4.87E103 ```