Fabien CELLIER

Results 30 comments of Fabien CELLIER

Same issue on my side, drag and drop is not working, please see reproducible example : ``` browser.url('https://www.w3schools.com/html/html5_draganddrop.asp'); $('#accept-choices').click(); const draggable = $('#div1 img[draggable="true"]'); const droppable = $('#div2'); draggable.waitForDisplayed(); droppable.waitForDisplayed();...

My capabilities, I'm using a hub and chrome Version 99.0.4844.51 : ``` capabilities: [ { maxInstances: 4, browserName: 'chrome', acceptInsecureCerts: true, 'goog:chromeOptions': { args: ['--disable-backgrounding-occluded-windows', '--window-size=1980,1080', '--disable-gpu'], }, }, ],

any news on this topic? I am interested in this feature

@elboletaire Did you find a solution? I have the same error ```` Test suite failed to run Cannot find module '../../support/lib/toastIsDisplayed.js' from 'src/pages/desktop/contractPage.js' Require stack: src/pages/desktop/contractPage.js src/support/check/checkContainsText.js test/support/check/checkContainsText.spec.js 8 |...

> Could you also provide a reproducible example where scrolling would not be desired? ``` it('Navigation in bar menu', async () => { await browser.url('https://www.google.com/search?q=webdriver+selenium'); await browser.setWindowSize(750, 750); await $('[aria-modal="true"]...

> Hi @lacell75 Thank you for your contribution! > > I like the idea but would like to suggest the idea of adding a `inViewport` property which checks if the...

> > it('Navigation in bar menu', async () => { > > @lacell75 I am failing to reproduce due to this error: > > > Can't call click on element...

Sorry, the datas displayed is moving on google. Please see the new example below, I hope it will be good ``` await browser.url('https://www.youtube.com'); await browser.setWindowSize(750, 750); try { await $('ytd-consent-bump-v2-lightbox...

Yes, I think it's a good idea. How I can do it? I remove the scroll option added by me then I add a scrolling back to original position in...