Questions tagged [selenium-rc]

Selenium Remote Control - Answer to UI level functional test Web automation

Selenium Remote Control (RC) overcomes the drawbacks imposed by Selenium IDE, i.e. -

  1. Ability to run tests against multiple browsers and not having them limited to only Firefox
  2. Ability to use a real-world programming language rather than using the Selenese constructs of IDE which have very limited programming capabilities
  3. Ability to integrate tests with a variety of programming frame works like - TestNG and JUnit in java
  4. Ability to integrate test with continuous build integration
  5. Ability to execute test in parallel against multiple browsers

Selenium RC contains two entities -

  1. Selenium Server - which is written in Java. Hence you need Java on your system to be able to use Selenium RC and
  2. Selenium Client Drivers - which provide capabilities to write Selenium tests in a variety of languages i.e. - Java, C#, Python, Ruby, Perl, etc.

Selenium Server reads the client instruction and contacts the application server. On receiving a server response it modifies the response, inserts Selenium JavaScriptcode and serves the page back to the browser. Now tests written using the client driver of Selenium interact with the application and arrive at conclusions about the application state to validate it against a predefined set of expected results.

You can download the latest Selenium Standalone server from here.

For more on Selenium RC, refer here.

Selenium RC has officially been deprecated in favour of the more modern .

1388 questions
0
votes
3 answers

To run selenium server

When I try to run server(rc) in command prompt it is saying it is already used. So, I run the server in 5555 and changed the same in script. However, it still shows WARN - Failed to start: SocketListener0@0.0.0.0:4444
0
votes
1 answer

How to get value of div from inspect element using Selenium?

I am trying to get the return value of the div modal popup dialog. However, I could not get the value by using the selenium.GetAttribute("id=lblPopUpMessageType"); What I wish to achieve is when I able to get the value then I can catch whether…
fj123
  • 963
  • 1
  • 8
  • 11
0
votes
4 answers

How to get the unread mails count in gmail using selenium RC?

I have a requirement to automate the Gmail.Here i need to get the unread mail count of Lables like Inbox,spam,bulk etc.How can i get the count of unread mails using selenium RC. suppose the Lables as Inbox(5),Spam(10),Bulk(34). it mean that Inbox…
shiva oleti
  • 775
  • 3
  • 16
  • 23
0
votes
5 answers

Locating select element in Selenium

Below is the combobox: