python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Invalid Filename- Download file
it('Empty download folder - Sponsor', function () {
applicationHelper.emptyFolder(dirPath);
rimraf(dirPath + '*', function () {
console.log('done');
});
});
it('Download draft ct ...
Thodoris Vlamis
Votes: 0
Answers: 0
How to click on a Label without identification
I have a javascript controlled switch "button" with the following structure:
<span class="customSwitch">
<label tabindex="0" class="selected-option"...

M András
Votes: 0
Answers: 1
"Error: Cannot use import statement outside a module" in Cucumber-JS step definition w/ typescript
I am getting the following error:
command: npx cucumber-js .\cucumber-e2e\
import { Given, When, Then } from '@cucumber/cucumber';
^^^^^^
SyntaxError: Cannot use import statement outside a module
at ...

Victor
Votes: 0
Answers: 1
How to handle Mat dialog pop up in protractor?
I'm getting this error everytime
NoSuchElementError: No element found using locator: By(xpath, //input[@id='nameInput'])
Prashanth S
Votes: 0
Answers: 1