Tagged Questions
0
votes
2answers
208 views
different confirmation boxes on firefox when running remotewebdriver tests
When testing my webapp manually I get a confirm box: , the browser renders it with an overlay, but when run with remotewebdriver the overlay is not present and the confirm is in a window , any idea ...
2
votes
2answers
3k views
How can I have multiple sessions in FF without using profiles?
I'd like to test my website as different users simultaneously, ideally on Firefox. Currently the only ways I know of doing this are
Using different browsers
Using profiles with FF
It's frustrating ...
0
votes
1answer
81 views
Is it costly to leave the Console and Script features enabled in Firebug?
For some time now, I've run Firebug constantly enabled to do quick DOM inspections, leaving the Console and Script panels disabled.
I'm just starting to use these two features so I don't have to keep ...