teamcfadvance / CFSelenium

A native Selenium WebDriver binding for ColdFusion
Apache License 2.0
81 stars 32 forks source link

Adding support for Chrome and PhantomJS browsers #28

Closed korygorsky closed 8 years ago

korygorsky commented 8 years ago

Additions

  1. I needed the ability to use two other drivers supported by Selenium so I added support for two new browser drivers:
    • Google Chrome
    • PhantomJS
  2. Fixed a small issue in drivers/WebElement.cfc where "this" was being used instead of "variables".