Alexei Barantsev

Results 11 issues of Alexei Barantsev

## System * Version: geckodriver 0.19 * Platform: windows 7 * Firefox: nightly 58.0a1 (2017-10-22) (64-bit) * Selenium: java 3.6 ## Testcase ``` WebDriver driver = new FirefoxDriver(); driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);...

specification

## 🐛 Bug Report "wait for element not present" in selenium-side-runner attempts to find an element and then wait for its staleness. If an element can't be found (because it...

confirmed

## 🚀 Feature Proposal Let's suppose a user opened a project from a file, edited it and attempts to save it. In this case Selenium IDE should not ask for...

confirmed
blocked native

## 💥 Regression Report There is no more "Execute this command" item in the context menu ## To Reproduce Right-click on a command in a scenario, there used to be...

### Issue Type - [x] Enhancement Request ### Specs 2.21.11 What browser? NodeJS ### Expected Behavior There is a need for a click event on a header row in a...

@lklonowski commented on [Mon Nov 27 2017](https://github.com/SeleniumHQ/selenium/issues/5124) ## Meta - OS: Windows 7 Selenium Version: 3.7.1 Browser: HtmlUnit Browser Version: 2.28.2 ## Expected Behavior - when wrapping an `HtmlUnitDriver` inside...

@NaukhaizAhmad commented on [Thu Jul 20 2017](https://github.com/SeleniumHQ/selenium/issues/4346) OS: Windows 7 64-bit Selenium Version: Selenium web driver 3.4.0 Browser: HtmlUnitDriver (htmlunit-driver-2.26.jar) ## Expected Behavior - Sample test script should work fine...

Let's add support for Map type [1] to clone algorithm [2] [1] https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map [2] https://w3c.github.io/webdriver/webdriver-spec.html#dfn-clone-an-object

enhancement
needs-discussion

## Firefox Version 55.0a1 (2017-04-06) (64-bit) geckodriver 0.15 ## Platform Windows 7 ## Steps to reproduce ``` FirefoxOptions options = new FirefoxOptions() .setBinary(new FirefoxBinary(FirefoxBinary.Channel.NIGHTLY)) .setLogLevel(Level.OFF); WebDriver driver = new FirefoxDriver(options);...

Add docs on custom driver providers