Valentin R.

  • 2 questions asked
  • 1 answer
  • 0 best answers (0%)
  • Can't execute JS code with NLWebDriver on C#

    Ok, so I'm writing a Selenium script in C# so I can measure some load times and I need to scroll to the bottom of a page, so I'm using this piece of code...
    Valentin R.
    Valentin R.

    Valentin R.

    Level
    0
    13 / 100
    points
    Alexis N.
    Alexis N.

    Alexis N.

    Level
    2
    1255 / 2000
    points
    Team
    The Selenium wrapper of NeoLoad does not support ExecuteScript. So you need to execute the script to your original driver. For example: var driver = new...
  • How to integrate selenium with neoload?

    I'm reading the documentation and trying to integrate selenium with maven project to neoload, but I always fail to do so. I searched for some answers on the internet but didn't...
    Valentin R.
    Valentin R.

    Valentin R.

    Level
    0
    13 / 100
    points
    Valentin R.
    Valentin R.

    Valentin R.

    Level
    0
    13 / 100
    points
    I fixed my problems by using C#, I still don't know why the java version did not worked for me, but the C# works well for...