Tim Voronov

Results 100 comments of Tim Voronov

Hey, I'm happy that you are enjoying using Ferret! Could you tell me what Chrome/Chromium version are you using?

It seems Safari supports CDP, so, theoretically, Ferret should work with it without any changes.

Needs to test.

@tvytlx hey, it seems it's more than UA generator and it writes something to FS which I would **not** like to do. ``` If used for the first time, useragent...

Try to use [XPATH](https://www.montferret.dev/docs/stdlib/html/#xpath) function for that.

Hey, right now we do not have any Chrome extensions. What kind of task would you like it to perform?

So, you would like to record all traffic during browsing a page, correct? You have "Network" tab in Chrome DevTools that does the same. Am I missing something?

That wold be great, but unfortunately I do not have time capacity for that. If anyone wants to write one, I can create a dedicated repo under the organization.

@Swathi-L hey, there is a [VSCode plugin](https://github.com/MontFerret/vscode-fql-syntax) that supports syntax highlighting and script execution - I think it can be a good start.

Possible syntax ``` WAITFOR EVENT event_name IN source [OPTIONS options] [timeout] ``` ``` WAITFOR VALUE identifier EXPRESSION identifier | value IN source [timeout] ``` ``` WAITFOR [NOT] EXISTS identifier IN...