1. introduction to selenuim
2. selenium documentation
3. installing webdriver manager and use it with deffirent browser
4. DOM and web elements
5. selectorshub and its usage
6. selecting the elements by its Id
7. classes and functions
8. selecting the element using name and xpath
9. selecting elements using CSS SELECTOR
10. selecting the elements using the link
11. selecting elements using the tagname
12. selecting elements using the classname
13. some functions that is nesessary
14. finding multiple elements in webpage
15. printing text from web-pages
16. getting the value from an attribute
17. check if an element is enabled or disabled
18. checking the display option
19. handling the check box
20. handling radio buttons
21. hanlding select tag
22. handling the auto suggestions
23. handling callender
24. Taking screenshot
25. using JavaScript to open a webpage
26. handling multiple window
27. working with Iframe
28. handling javascript alert
29. Mouse Over
30. right click and double click
31. handle drag and drop
32. handle the slider
33. implicit wait in selenium
34. explicit wait in selenium
35. fluent wait in selenium
36. remove the deprecate warning