Book Image

Learning Selenium Testing Tools - Third Edition

Book Image

Learning Selenium Testing Tools - Third Edition

Overview of this book

Table of Contents (22 chapters)
Learning Selenium Testing Tools Third Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 9


  1. Answer: java –jar selenium-server.jar –role hub.

  2. Answer: http://nameofmachine:4444/grid/console, where nameofmachine is the name of the machine that is running the hub. If it is on the same machine as you are currently on, put localhost or 127.0.0.1.

  3. Answer: port 4444.

  4. Answer:-browser browserName="internet explorer", maxInstances=1,platform=WINDOWS.