ArunjaiAcc

Results 6 comments of ArunjaiAcc

import { Selector } from 'testcafe'; fixture `New Fixture` .page `Env Url`; test('New Test', async (t: TestController) => { await t .click('#username') .typeText('#username', '******') .click('#password') .typeText('#password', '*****') .click('#Login') .click(Selector('button').withText('Show Navigation...

Thanks, I'll check it out. On Wed, Sep 1, 2021 at 2:02 PM Vladimir Airikh ***@***.***> wrote: > @ArunjaiAcc > > Hello, > > I reproduced this issue by clicking...

Hi, Sure, I will check and let you know. Regards, Arunkumar On Mon, Feb 6, 2023 at 7:36 PM Artem-Babich ***@***.***> wrote: > Hello @ArunjaiAcc , > > I've just...