* Fixed XPath eval in http driver for attrribute values
* Added unit test to cover http XPath func eval
* Added integration test for covering XPath by CDP driver
* Added new network events
* Refactored runtime Event streaming
* Added support of using keywords as variables
* Added support of body property in response event
* Added example of subscription to network response
* Added example of subscription to network requests
* Fixed infinite loop bug
* Updated Google example
* Updated unit tests
* Reenamed Event to Message
* Fixed navvigation filtering by frame
* Added support of pre-compiled eval expressions
* Added unit tests for eval.Function
* Added RemoteType and RemoteObjectType enums
* Refactored function generation
* Refactored Document and Element loading logic
* Removed redundant fields from cdp.Page
* Exposed eval.Runtime to external callers
* Added new eval.RemoteValue interface
* Fixed logger level
* Fixed WAITFOR EVENT parser
* Added tracing to Network Manager
* Updated logging
* Swtitched to value type of logger
* Added tracing
* Increased websocket maximum buffer size
* Ignore unimportant error message
* Added support of new CDP API for layouts
* Switched to value type of logger
* Added log level
* Fixed early context cancellation
* Updated example of 'click' action
* Switched to val for elements lookup
* Fixed unit tests
* Refactored 'eval' module
* Fixed SetStyle eval expression
* Fixed style deletion
* Updated logic of setting multiple styles
* Renamed REGEXP_REPLACE to REGEX_REPLACE in e2e tests
* Updated example test suites
* Fixed config file
* Updated go.sum
* Switched back to ubuntu
* Added release action
* Switched to Lab for e2e tests
* Switched to binary
* Updated lab installation
* Updated use of Lab installer
* updates
* Changed lab installation path
* Updated use of installer
* Works
* Added additional functions
* Updated some tests
* Updated go.sum
* Works
* Refactored assertions
* Added tests for testing.True
* Added tests for testing.None
* Added tests for testing.Lte
* Added tests for testing.Lt
* Added generic consturctor
* Added tests for testing.Len
* Added tests for testing.Gte
* Added tests for testing.Gt
* Added tests for testing.False
* Added tests for testing.Empty
* Added tests for testing.Fail
* Added tests for testing.Equal
* Added tests for testing.Include
* Updated urls in static page tests
* Fixed namespace unit tests
* Fixed unit test for testing.Len
* Updated E2E scripts
* Updaes
* Updated Chrome in CI/CD
* Added e2e for example test click.fql
* Added suite cases for example scripts
* Updated examples
* Updated
* Added type assertions
* Updated Chrome opts and disabled headers and cookies related tests
* Fixed iframes example
* Increased timeouts in navigation examples
* Updated value example
* Updated comments
* Disabled cookies examples
* Fixed static url
* Disabled headers examples
* Disabled UA test
* Simplified wait logic
* Added base testing module
* Fixes after codereview
* Disabled failing tests
* Fixed attr retrieval using XPATH in CDP
* Updated single node value in CDP
* Added e2e test
* Fixed attr retrieval with XPATH for HTTP driver
* Update Makefile
* Update attr.fql
* Fixed inner text
* Fixed inner html
* Updated set inner html and inner text
* Changed mechanism of reading and writing inner text and html
* updated makefile
* Added e2e tests
* Updated makefile
* Updated changelog
* Reverted dynamic page example