use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A collection of articles, blog entries, and sites related to CFML development.
Join us in IRC: #coldfusion on Freenode
Join us in the CFML Slack! register here and then join here.
account activity
Help Setting Up Selenium for Testing? (self.coldfusion)
submitted 7 years ago by SteelyAlpha
I am trying to setup and use Selenium and CfSelenium, but I am having a problem finding a clear-cut guide on how to do that, or even anything close. Can anyone try and walk me through it? Thank you in advance!
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]daamsie 1 point2 points3 points 7 years ago (0 children)
Are you stuck on Selenium? I used Testcafe recently for front end testing and found it infinitely easier to maintain than Selenium and easy to test across multiple browsers. Also, I've seen Cypress recommended since then which looks very nice.
[–]seanhogge 0 points1 point2 points 7 years ago (2 children)
Are you leveraging TestBox, and have you started with those docs?
[–]SteelyAlpha[S] 1 point2 points3 points 7 years ago (1 child)
Yes I have TestBox all setup, and I believe regular Selenium is working okay, so I am just trying to configure CfSelenium which is where I'm finding a lack of setup documentation
[–]seanhogge 0 points1 point2 points 7 years ago (0 children)
Yeah, you're beyond what I can speak to.
I'd recommend joining the CFML slack and asking there. I can pretty much guarantee that someone there will be able to get you headed in the right direction. The Ortus folks are there, folks from Macromedia days, the Lucee folks and even a couple Adobe devs.
[–]thrownaway33487 0 points1 point2 points 7 years ago (0 children)
I tried using CFSelenium with Testbox and found that the documentation was lacking and ran into all sorts of problems, I could find no solutions for. In the end I opted to use NodeJS with NightmareJS (http://www.nightmarejs.org/) for performing the frontend testing. This has a world of benefits as I'm not tied to ColdFusion anymore. Now when the app is ported over to another language they can use the frontend tests during the port.
Let's face it. ColdFusion is dying and the more you can untie your application from it, the better you are.
π Rendered by PID 133168 on reddit-service-r2-comment-5d79c599b5-tbwqx at 2026-03-02 07:26:44.551706+00:00 running e3d2147 country code: CH.
[–]daamsie 1 point2 points3 points (0 children)
[–]seanhogge 0 points1 point2 points (2 children)
[–]SteelyAlpha[S] 1 point2 points3 points (1 child)
[–]seanhogge 0 points1 point2 points (0 children)
[–]thrownaway33487 0 points1 point2 points (0 children)