Oleksandr Kulychok

Results 17 issues of Oleksandr Kulychok

### What happened? In a [documentation for Router](https://www.selenium.dev/documentation/grid/components/) we have: > It is the entry point of the Grid, all external requests will be received by it. The Router behaves...

bug
documentation

### What happened? Open https://www.selenium.dev/documentation/webdriver/bidirectional/bidi_api_remotewebdriver/ and look into example for Register Basic Auth on java. Example contains variable devToolsAtomicReference which is not defined in example. See: ![scr_2022_07_19T01_29_04](https://user-images.githubusercontent.com/4625317/179628266-3c7162f2-efe9-45d3-b39f-c869ab73caf8.png) ### What browsers...

bug
needs-triaging

Resolves cbeust/testng#1622 ### Did you remember to? - [-] Add test case(s) - [x] Update `CHANGES.txt` We encourage pull requests that: * Add new features to TestNG (or) * Fix...

When I try to import with API: curl --location --request PUT "https://api.getpostman.com/collections/${collectionId}" \ --header 'X-Api-Key: PMAK-614b43d3xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' \ --header 'Content-Type: application/json' \ --data @collection.json then I get an error (see below)....

Please revert fix made in scope of #815. This fix was deployed based on incorrect assumption that java works incorrectly with regexp. But actually issue is not in java. Issue...

Often we have the same domain for many services, like: https://my.company/jira https://my.company/stash https://my.company/gitlab So will be good to match domains from DomainRegistry together with path **_and_** then use this domain/path...

Steps to reproduce ``` var url = "http://server.com/api/product{xxx" // this url may come from uny source RestAssured.given().get(url); ``` **Actual:** endless loop **Expected:** url is sent with properly encoded characters in...

**_Given the schema:_** ``` { "$defs":{ "myType": {"type": "string"}}, "properties":{"myProperty": {"$ref": "#/$defs/MyType"}} } ``` with the wrong pointer to the type of 'myProperty' (for example, when type is misspelled). This...

## **User description** Fixes #13857 Allow to configure Selenium Manager from java bindings with help of java System Properties ### Description Configure a Selenium Manager with a system properties from...

enhancement
Review effort [1-5]: 3

### Feature and motivation Currently, the Java bindings do not allow to directly change the Selenium Manager configuration . The only way to manage this configuration is to define environment...

C-java
I-enhancement