I’m not able to capture Object in Firefox\Chrome from Web Spy

I’m trying capture fields “User” and “Password” from this site:
http://10.2.2.70:8080/client/

Hi

That’s a private address so unfortunately only people on your local network will be able to submit requests for it.


It’s only dark screen and I can’t capture any element’s in it

Безымянный2.png

That looks to me like a semi-opaque div covering the entire page. If the underlying CSS has not allowed click-through (using CSS pointer-events etc) then you won’t be able to interact with the page at all.

Who designed the page? Talk to that person and figure out what you need to do to make it usable for testing.