CFSelenium
CFSelenium copied to clipboard
A native Selenium WebDriver binding for ColdFusion
I've installed the jar here: E:\ColdFusion2018\Instance\lib\CFSelenium-master\lib\selenium-server-standalone-3.4.0.jar In my application.cfc I have this line: this.javaSettings = { loadPaths = [ 'E:/ColdFusion2018/Instance/lib/CFSelenium-master/lib/selenium-server-standalone-3.4.0.jar' ], loadColdFusionClassPath = true, reloadOnChange = true }; The application...
Thanks so much for putting this together! Have you considered making this a Forgebox module that could be installed on Coldbox apps or via Commandbox? This would be a great...
I can not get over the problem! ------------ Lucee 5.2.* Added standalone Selenium Server jar file is in Java load path and Application.cfc **Error** [http://prntscr.com/jd2qyj](url) **CF Code** [http://prntscr.com/jd2t2l](url) Thanks
Hi Folks! I can not get it running on Ubuntu / Lucee. Are there issues that I am unaware of? Does anyone have a VM with it configured?
I tried to setup WebDriver tests and keep getting the error java.lang.NumberFormatException: For input string: "v0". I wondered someone can give me some guidance please? I'm using TestBox and it...
Can anyone help me with installing the formatter for Selenium IDE please? I tried to install it in FF version 49.0.1 but I get a message that says it can't...
Now that I'm actually integrating @Lampei's/my [pull request](https://github.com/teamcfadvance/CFSelenium/pull/25) into a project, I notice [a change](https://github.com/teamcfadvance/CFSelenium/blob/05b604d91e61409257a035fa1f7434da5553383a/CFSeleniumTestCase.cfc#L3-L17) that enables WebDriver ("version 2" mode) by default. That means that existing tests will often...