Skip to content

Releases: Qarj/WebImblaze-Selenium

WebImblaze-Selenium 0.7.0

30 May 19:06

Choose a tag to compare

Version 0.7.0 - May 30, 20202

  • new parameter userdatadir for setting a specific Chrome profile that can be reused

WebImblaze-Selenium 0.6.0

31 Oct 23:06

Choose a tag to compare

Version 0.6.0 - Oct 31, 2018

  • rename project from WebInject-Selenium to WebImblaze-Selenium
  • new helper function _set_dropdown
  • made a blocker extension for Chrome to block get requests (of resources) you specify
  • useragent parameter now honoured

WebInject-Selenium v0.5.0

23 Apr 16:01

Choose a tag to compare

Version 0.5.0 - Apr 23, 2018

  • Block urls via a simple Chrome extension called Blocker

Version 0.4.0 - Mar 25, 2018

25 Mar 17:27

Choose a tag to compare

  • Now supports Selenium Server Standalone 3 (tested with 3.11.0) - no longer supports 2.53.1
  • Improved installation instructions

WebInject-Selenium 0.3.0

25 Nov 12:13

Choose a tag to compare

Version 0.3.0 - Nov 25, 2017

  • --keep-session and --resume-session parameters now supported to make it easier to debug tests deep into a workflow
  • plugin now displays the command line options that are relevant to this plugin instead of the main WebInject code

Version 0.2.0 - Sept 14, 2017

  • helper_ functions now simply begin with _
  • $selresp = is no longer needed in the commands, it is added automatically
  • the trailing ; was never needed and has been removed from all examples
  • fails more gracefully if it is not possible to connect to the Selenium Server or ChromeDriver
  • automatically retry failed locators for testers locates
  • use http://webinject-check.azurewebsites.net for self test and examples
  • support external Selenium grid host, e.g. BrowserStack or Sauce Labs
  • support --headless mode in Chrome and increase ViewPort y pixels to 1568

WebInject-Selenium 0.1.0

08 Mar 18:58

Choose a tag to compare

Version 0.1.0 - Mar 8, 2017

  • Initial release