selenium-cucumber-js
selenium-cucumber-js copied to clipboard
Browser automation framework written in pure JavaScript using official selenium-webdriver and cucumber-js
Hi, a vulnerability https://www.npmjs.com/advisories/1464 is introduced in selenium-cucumber-js via: ● [email protected] ➔ [email protected] ➔ [email protected] ➔ [email protected] ➔ [email protected] **_phantomjs-prebuilt_** is a legacy package. It has not been maintained for...
My chrome browser auto updates to 78 and I have installed chromedriver 78 npm package manually, yet my tests don't run. selenium-cucumber-js only support chrome 76. What do I do...
we are getting high risk security issue with phantom-prebuild version as 2.1.12.. so updating that to 2.1.16
In order to make API calls, I need token, hence require localStorage access.
Also updated deprecated Buffer usage
Is it possible to throw an exception on purpose to make the step failing? Example: ``` return driver.wait(until.elementLocated(by.xpath("/html/body/div[13]/div/div[4]"))).getText().then(function (text){ console.log("Notify: " + text); if(text !== "Updated successfully"){ throw exception }...
I've made a start, just need help porting [shippable.yml](https://github.com/john-doherty/selenium-cucumber-js/blob/master/shippable.yml) to [.github/workflows/ci.yml](https://github.com/john-doherty/selenium-cucumber-js/blob/master/.github/workflows/ci.yml)
When creating my customDriver.js based on the Firefox driver defined in the selenium-cucumber-js repository mainly to set custom browser Options (headless, private, etc.) the app is throwing the following NoSuchSessionError:...
1. I want to check localStorage in test how Can I do that? 2. Am I able to access the window object? 3. How can run this with **Headless** Thanks