Skip to content

Instantly share code, notes, and snippets.

@TuHuynhVan
TuHuynhVan / wdio-jquery-browser-patch-keys.js
Created June 22, 2017 17:27 — forked from maggiesavovska/wdio-jquery-browser-patch-keys.js
Webdriverio compatible in browser patch for keys
// courtesy of Thamu Gurung @thamu_gurung_twitter
browser.execute(() => {
return $(elementSelector).trigger({ type: 'mousedown', which: 39 });
});
/* The Key codes
rightArrow - 39
leftArrow - 37
down - 40
enter - 13
@TuHuynhVan
TuHuynhVan / appiummac.md
Created June 2, 2017 11:16 — forked from maggiesavovska/appiummac.md
Setting Up Appium on Mac
  1. Set up for Appium:
@TuHuynhVan
TuHuynhVan / Readme.md
Created May 18, 2017 17:20 — forked from christian-bromann/Readme.md
Run Chrome headless

Run Chrome headless

The good old PhantomJS times are over. The project is not maintained anymore and it is recommended to switch over to Chrome headless. Just run a local Selenium standalone server:

$ java -jar Sites/selenium-server-standalone-3.4.0.jar