cnishina on selenium4
chore(release): bumpb version t… (compare)
Hi folks, I've just released protractor-cucumber-framework
version 8.2.6
with Serenity/JS 2.32.2
. Please make sure to update :-)
If you have any questions about Serenity/JS, please join https://gitter.im/serenity-js/Lobby
Hi, When I am running the protractor script in the Linux box I am getting this error can anyone help me resolve this?
chrome version is 91
chrome config is like this:
directConnect: true,
chromeDriver: './../chromedriver',
//seleniumAddress: 'http://localhost:4444/wd/hub',,
capabilities: {
browserName: 'chrome',
loggingPrefs: {
performance: 'ALL'
},
chromeOptions: {
args: ['incognito'],
args: ['--headless', '--disable-extensions', '--disable-gpu', '--disable-dev-shm-usage', '--no-sandbox', '--window-size=1280,1024', "--log-level=3"],
prefs: {
download: {
prompt_for_download: false,
directory_upgrade: true,
default_directory: downloadPath
}
}
}
}
Error:
[13:42:56] I/launcher - Running 1 instances of WebDriver
[13:42:56] I/direct - Using ChromeDriver directly...
[13:42:56] E/launcher - spawn /var/lib/jenkins/workspace/QA/UIAutomation/AURA_Regression_BATCH6/chromedriver EACCES
[13:42:56] E/launcher - Error: spawn /var/lib/jenkins/workspace/QA/UIAutomation/AURA_Regression_BATCH6/chromedriver EACCES
at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
at onErrorNT (internal/child_process.js:415:16)
at process._tickCallback (internal/process/next_tick.js:63:19)
[13:42:56] E/launcher - Process exited with error code 199
Hi folks, I've just published protractor-cucumber-framework
version 8.2.7
powered by Serenity/JS 2.32.3
.
If you have any questions about Serenity/JS itself, please join our community chat here on Gitter.
Hi folks, I've just published protractor-cucumber-framework
version 8.2.9
powered by Serenity/JS 2.32.5
.
Please note:
Serenity/JS 2.32.5
is the last 2.x
release, after which we're starting with 3.x
RC. Exciting times! :-)
The focus of Serenity/JS 3.x
is to help you to continue running your tests via Protractor, or transition to WebdriverIO, Playwright or other test runners should you choose to do so.
I'm planning to publish more tutorials in this space, so make sure to follow @SerenityJS on Twitter to stay up to date.
Hi all, I've just released protractor-cucumber-framework
version 8.3.0
with Serenity/JS 2.33.0
.
This release fixes an issue that prevented limiting the execution of test scenarios by line number a given scenario is on. See protractor-cucumber-framework/protractor-cucumber-framework#238
If you have any questions about Serenity/JS, please join https://gitter.im/serenity-js/Lobby
Timed out receiving message from renderer: 300.000
error before? I'm getting that consistently in some of the specs, but odd thing is that it only happens when I run them in headless mode in a Linux instance. The same specs run perfectly if I run them locally in Windows with the same Chromedriver and Protractor versions.
Hi i am getting this error:
E/launcher - Error: TypeError: by.shadowDomCss is not a function
can some one please help
to locate shadow dom I am using
https://www.npmjs.com/package/query-selector-shadow-dom
Hey all , I've just published protractor-cucumber-framework
version 8.4.2
powered by Serenity/JS 2.33.5
(changelog)
Any questions? Let me know on the Serenity/JS Community Chat
Hey all, I've just published protractor-cucumber-framework
version 8.4.3
powered by Serenity/JS 2.33.9
(changelog)
Any questions? Let me know on the Serenity/JS Community Chat