Serguei Kouzmine

Results 12 comments of Serguei Kouzmine

Hello Dmytro, Dwelsh1, I noticed this topic just now, and created a poc how that can be done . In my test i first test the original page of https://github.com/madrobby/keymaster...

Hello Dmytro I think what Ravi is trying to do is to use SWD to rerecord the tests recorded in some other browser - hosted tool. He may installed a...

@debasisj @bbaia the ngmodel may require the second argument like. NgWebElement ng_element = ng_dropdown.FindElement(NgBy.Model("data.dateDropDownInput", "[data-ng-app]")); see my fork for the example: https://github.com/sergueik/powershell_selenium/blob/master/csharp/protractor-net/Test/DatePickerTests.cs#L49 @bbaia do you mind if i create a...

@debasisj - both .net https://github.com/sergueik/powershell_selenium/blob/master/csharp/protractor-net/Program/ClientSideScripts.cs#L245 and java https://github.com/sergueik/jProtractor/blob/master/src/main/resources/model.js#L9 ports of Protracor have ``` var findByModel = function(model, using, rootSelector) { var root = document.querySelector(rootSelector || 'body'); using = using ||...

1. host os ubuntu ```sh lsb_release -a ``` ```text No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.6 LTS Release: 18.04 Codename: bionic ``` 2. attempt to map...

Hello Nir The creation of the movie from frames is outside of Selenium CDP scope. There must be solitions for that. To collect frames is easy with CDP: see commit...

Thanks for trying. The following SWET dependencies - need to be cloned and `mvn install`-ed first : `commandline-parser ` `skdf_jprotractor` `jprotractor` The locations of those : https://github.com/sergueik/selenium_java.git (commandline-parser directory https://github.com/sergueik/SKDF...

Hello , The README.md was incorrect in the mouse action part. You need to use CTRL + right click. Note that in the current revision the application toolbar 'inject' button...