Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
------Basics of Selenium------

Get Started
	• Initialize
	• Title
	• Methods
	• Locators
	• XpathAndCSS	(Advanced)

Web Element
	• StaticDropdown
	• UpdatedStaticDropdown
	• DynamicDropdown
	• AutosuggestiveDropdown
	• Checkbox
	• CheckboxAssignment
	• RadioButton
	• CurrentDate
	• EndToEnd
	• HandlingAlertPopup
	• Assignment2
	• Calendar
	• Calendar1
	• AutosuggestiveDropdownAdvance		(Using getAttribute method)
	• AutosuggestiveDropdownAdvance1	(Using JavascriptExecutor)
	• Assignment8

Functional Testing
	• ListElement
	• ArrayList
	• ArrayList1
	• ArrayList2

Synchronization
	• ImplicitWait
	• ExplicitWait
	• FluentWait
	• Assignment3

Actions
	• MouseInteractions
	• KeyboardInteractions

Window (Window/tab Swtich)
	• WindowMethod
	• WindowSwitch
	• Assignment4

Frame
	• Frame
	• DragAndDrop 				(Used with Action Class)
	• Assignment5

Exercise
	• ScopeLimiting
	• ChildWindowTitle 			(Get title of all child window)
	• Assignment6

Table
	• Table
	• Table1
	• Assignment7
	• AscendingList		SortTable	(Using Array list & Collection Framework)
	• DescendingList	SortTable	(Using Array list & Collection Framework)	

Miscellaneous
	• HandlingCookie
	• HandlingSSLCertification 		HTTP/HTTPS (DesiredCapabilities + ChromeOptions)
	• TakesScreenshot			getScreenshotAs(OutputType.FILE);