VAIBHAV SINGH
Selenium Assignments

Selenium - Selenium WebDriver

What is Default Port for Selenium Server?
Open google website and try to search selenium text in text-box in Google Chrome.Try to click on 3rd , 5th and 10th link in search page.
Open Google Page. use sendkeys method to type selenium and use JavaScriptExecutor interface too. Find out difference between the usage and behaviour?
While opening Google Chrome or IE, set System property for drivers. and provide key values as "Webdriver.Chrome.driver" and "Webdriver.IE.driver" and check whether drivers getting open or not?
Suppose you have to insert an entire xml file text into a textarea? How will you do it?
Open Google Page. How to get Current URL, Page Source and Title of a page in Selenium Web-Driver?
Open Google Page. How to find font-size, font name, font color of text-typed in Google Search Box
try to open URL "www.google.com" in Chrome Driver? and See Whats happening?
How We can manually define port number in Selenium Web driver while opening Chrome and Internet Explorer?
How to implement ChromeDriverService in your project? What is the basic advantage of using ChromeDriverService?
Search an element which is not present in your WAUT Page. For Searching use findElement and findElements both methods. and find out which method is better in nature.
How will you find out, your browser running on which port number. use currentURL() method without using get method and get some basic understanding about some different browsers.
How will you set values in google textbox without using findElement method?
Why Selenium doesnt catch already running browser sessions?
What do we do using Selenium .. Emulation or Simulation?
What can be the maximum value of Port? Try to give Port number as 50000 and 70000 using DriverService?
what are all the reserve keyword in java?