0
votes
3answers
25 views

Check if login was sucessful with Selenium

Im just getting to grips with Selenium, and have made a simple login script using the Firefox IDE, what i now want to do is check that the login was succesful, the simplest way i could think of doing ...
1
vote
0answers
12 views

How to open Safari browser using webdriver in MAC OS X 10.7?

I am unable to open safari browser using webdriver. While executing test script it display something in console but browser haven't open. I want open safari browser same as firefox. this was ...
0
votes
0answers
28 views

How to prevent css and img download in selenium

Is it possible to prevent img and css download in phantomjs webdriver(selenium)?
1
vote
2answers
25 views

Ruby- Selenium: Could we find an element by its 2 properties in parallel at the same time?

First of all, we have an element like that: "<"id="select_a_boundary" class="dataset_select2">Homes name<> As we know, when find an element by selenium in ruby based on a property we use the ...
0
votes
1answer
24 views

How to verify if Tab on Web Page is selected using Selenium RC..?

How to verify if Tab on Web Page is selected using Selenium RC I wanted to one very simple thing. Does anyone know using selenium RC Python Client how I can know if a Tab is selected on web page? By ...
1
vote
1answer
24 views

Selenium Webdriver requires restarts to function consistently

My testing stack consists of the latest version of Selenium Server (2.33.0, aka selenium-server-standalone-2.33.0.jar), Mocha, Node.js, and PhantomJS. My question regards the following code: var ...
0
votes
1answer
17 views

Is Selenium suitable for use as an automation tool - as you would use cURL

For several reasons we cant use cURL to preform automated tasks on a 3rd party site, we've tried using selenium instead and via the php integration we can get it to work and preform the tasks we need. ...
0
votes
4answers
44 views

Need to hover over menu before the element to be clicked on is available?

Need to hover over menu before the element to be clicked on is available! Element is not currently visible and so may not be interacted with (WARNING: The server did not provide any stacktrace ...
0
votes
4answers
41 views

Selenium - difference between @FindBy and WebElement.findElement()

I am using Selenium to Test my User Interface. I am trying to use the @FindBy-Annotation. The following piece of code works fine: @FindBy(how=How.XPATH, xpath ...
0
votes
1answer
28 views

Webelement defined by @FindBy annotation returns null pointer

For some reason, when I call method Spage.editExButton(int ID), I get an error saying that WebElement first is null. Why is it null? I have defined it using the @FindBy annotation. I have to ...
0
votes
0answers
34 views

Ruby Selenium Webdriver unable to find and click elements

So I'm pretty new to Selenium, but I'm using the Ruby binding to test a page with the following code: require "selenium-webdriver" profile = Selenium::WebDriver::Firefox::Profile.new ...
0
votes
1answer
33 views

find_elements_by_partial_link_text(link_text) Selenium Python

Got this issue: I'm trying to find the last link on webpage: try: elems=self.br.find_elements_by_partial_link_text(category) except NoSuchElementException: print 'The ...
0
votes
2answers
48 views

Identify the text following a specific string with Selenium IE webdriver and JAVA

How can I identify whether the text following "FIND ME PLEASE" is "YES" or "NO"? (i.e. "FIND ME PLEASE 1" is followed by "YES". "FIND ME PLEASE 2" is followed by "NO"). Please refer to the HTML below: ...
2
votes
3answers
42 views

How to avoid Compound Class name error in Page Object?

When I try to use the class name that having space (class = "country name")in page object, I'm getting Compound class names not permitted (Selenium::WebDriver::Error::UnknownError) message. How can I ...
0
votes
1answer
32 views

Starting with Phantomjs driver

Can anyone suggest me good documentations or steps to start or configure phantomJs driver in java so that i can run my test cases in remote server.

1 2 3 4 5 60
15 30 50 per page