- chrome --no-sandbox when run as root - @dbushong #38
a1af370
fix: chrome --no-sandbox when run as root
- use chromedriver directly without jar - @dbushong #37
f5c9220
feat: use chromedriver directly without jar
- selenium invocation -debug argument - @dbushong #36
346055d
fix: selenium invocation -debug argument
- fix: properly invoke selenium.jar with -debug flag - @dbushong #35
76f1358
fix: properly invoke selenium.jar with -debug flag
- feat: use proxy.host for remote selenium grid - @dbushong #27
9bd6642
feat: use proxy.host for remote selenium grid
- fix: switch cleanly between driver types per-file - @dbushong #23
5087c11
fix: switch cleanly between driver types per-file
- Correct config setting for
selenium.timeout
- @dbushong #22c01fb8f
fix: correct config setting for selenium.timeout
- Initial URL is never the new page URL - @jkrems #20
aa1587e
fix: Initial URL is never the new page URL
- Use Groupon project template & nlm - @jkrems #21
- fix: Use existing app when started with
testium_launch=false
testiumjs#18 - Port contributor info, add code of conduct - @jkrems testiumjs#17
- Send headers to a page with hash segments - @jkrems testiumjs#16
- Fix handling of urls hash segment - @jkrems testiumjs#15
- Fix regression when using launch=false - @jkrems testiumjs#13
- Restore page size when getting testium - @jkrems testiumjs#14
- Prefer browser.quit for wd's sake testiumjs#11
- Default proxy port to 4445 - @jkrems testiumjs#12
- Add singleton logic from testium - @jkrems testiumjs#10
- Support the testium_app=null variant
- Fix hanging build on node 0.10
- Add support for launching selenium testiumjs#8
- Fix handling of external urls testiumjs#7
- Fix new page url with options - @jkrems testiumjs#6
- Fix missing testium cookies - @jkrems testiumjs#5
- Use the newly released testium-cookie - @jkrems testiumjs#4
- Fix .close() after switch to subprocess - @jkrems testiumjs#3
- Initial release