Tim Voronov

Results 49 issues of 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...

type/enhancement
area/drivers/cdp
area/drivers

## 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...

type/enhancement
area/compiler
area/syntax
area/runtime
status/proposal

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...

type/enhancement
area/compiler
area/parser
area/syntax
area/runtime
status/proposal
status/in-progress

One of two last parts of the language that are left to - [ ] Contraction - [ ] Inline expressions - [ ] Inline filter - [ ] Inline...

type/enhancement
area/compiler
area/parser
area/syntax
area/runtime

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...

type/enhancement
area/runtime
status/proposal

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...

area/stdlib
status/proposal
hacktoberfest

**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...

type/enhancement
help wanted
good first issue
area/runtime
area/drivers/cdp
area/drivers/http
hacktoberfest

Generated parser does not get compiled for the i386 arch. Related issue: https://github.com/antlr/antlr4/issues/2433

type/bug
help wanted

Add possibility to upload files.

type/enhancement
area/stdlib
status/proposal
area/drivers/cdp
area/drivers

The scientific notation (E-notation) must be supported. ``` -4.87e103 -4.87E103 ```

area/parser
area/syntax