Tagged Questions
0
votes
1answer
396 views
How would you verify that a certain css element on a page is a certain image with selenium
I have a page that I want to check with selenium that uses a certain background image for one element. I want to ensure that this image still exists on the page connected to the element. How would I ...
2
votes
2answers
611 views
Is there a way to store in a variable the text in a certain element in selenium?
I have a selenium script that I created with Selenium IDE. I was
wondering if there is anyway to store the text that is in a certain
element in a variable so that I can use that text later in the ...
1
vote
1answer
280 views
declare window in selenium with browsermob
I am using browsermob and selenium for creating scripts to run on a site. I am trying to grab all of the elements on the page with a certain name. My problem is when I try to use ...
1
vote
2answers
838 views
Selenium with BrowserMob.com
I am working with Selenium in order to create load balancing tests on a web server. The website has a username/password and in order to work with this I have a csv file filled with username password ...