Tag Info

New answers tagged

0

I am not an expert with Selenium but here are some techniques I used for this problem (using Java): Using the Actions class: builder.clickAndHold('your web element') method then the builder.release('your web element'). This gives some time between the click and release so the click action would take effect Clicking and then making sure the expected results ...


0

I'm not sure what language API you are using, but I solved many of loading troubles in a javascript app using the WaitForWait class. You may have to do some translation work, but in the .NET i built a factory method to generate WaitForWait classes with a totalWaitTimeout which will throw an exception if reached and waitInterval which is time the driver will ...



Top 50 recent answers are included