Questions tagged [flood-element]

6 questions
0
votes
0 answers

Can a Flood Element script interact with the Shadow DOM (or even the DOM) directly or throuth browser object?

I'm using Flood Element 2.0 and using a very basic script to test a Login page. The Username and Password fields are contained inside the #shadow-root, and all of my attempts to get a handle for those elements have failed, so far. I just get…
jalopy67
  • 3
  • 3
0
votes
1 answer

How can I run Flood Element demo script (NodeJS) in the VSCode debugger on Windows?

I'm running Windows 10 trying to do local perf test development using Flood Element. I installed Flood Element as per the instructions on the website. I ran the 'element init ...' and 'element generate ...' commands to start with a basic Element…
jalopy67
  • 3
  • 3
0
votes
1 answer

Integrating Flood with Tricentis Neoload

Im wondering if it is possible to integrate flood with Tricentis Neoload? I've tried searching on the internet but with no valid result of integrating both of them together.
0
votes
1 answer

Flood IO - Selenium Script - Unable to run sample Selenium Script in Intelij keep getting For input String Null

I am trying to run the selenium webdriver sample script from flood.io in my local Intelij. But I keep getting an error: For input String: "null". I want to be able to run this and then change the code and upload it to flood.io so I can run the…
0
votes
1 answer

Flood Element - get an ElementHandle inside an iframe

My document looks something like this: Hello I would like to be able to set the input value programmatically. Doing a simple…
eddyP23
  • 6,420
  • 7
  • 49
  • 87
0
votes
1 answer

How do you use switchTo() in element.flood.io to interact with 2 iFrames?

I'm trying to use browser.switchTo().frame(0) method in element.flood.io to switch between iFrames on a page. There are two iframes - xpath locations are //body[1]/form[3]/div[5]/iframe[1] and //body[1]/form[3]/div[2]/iframe[1] I cant seem to…
KeithMc18
  • 112
  • 2
  • 10