Git Product home page Git Product logo

Comments (4)

jan-molak avatar jan-molak commented on May 19, 2024

Hello there!

Would you be able to reproduce the issue in a test case such as one of those here?

Thanks,
Jan

from serenity-js.

srinivasbudh avatar srinivasbudh commented on May 19, 2024

@BrendanDougan,

I'm not really sure of the root cause but i did faced it several times using different tools and frameworks, you can try below work around's which might help.

1st workaround (this can be used if its a form with other details to enter just change the order):

example:
image

In between entering the values in the drop downs, you can enter the value in input feild's or select a radio button like below
Select.theValue(..).from(..),
Enter.theValue(..).into(..),
Enter.theValue(..).into(..),
Select.theValue(..).from(..)

2nd workaround (this can be used if there are only 2 dropdown boxes to select from):

example:
image

If you have no other option to select in between 2 drop downs you can wait for a while before selecting the value from second drop down.
Select.theValue(..).from(..),
Wait.for(Duration.ofSeconds(..)),
Select.theValue(..).from(..)

Please ignore this message if this is not appropriate to your issue

from serenity-js.

BrendanDougan avatar BrendanDougan commented on May 19, 2024

@srinivasbudh
Thanks for that
Select.theValue(..).from(..), Wait.for(Duration.ofSeconds(..))
in my task has fixed the issue

@jan-molak
I'll try and put a test together if I have some free time. Cheers

from serenity-js.

jan-molak avatar jan-molak commented on May 19, 2024

Waiting for elements to appear as well as waiting for a specific amount of time is now demonstrated here

from serenity-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.