Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Selenium 4.0 LATEST Features, Docker & AWS Integration, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:03:50
    Introduction to the course
  2. Урок 2. 00:04:36
    Important to know before getting started with the course
  3. Урок 3. 00:07:27
    What is Selenium?
  4. Урок 4. 00:12:45
    Difference in Selenium 1, 2, 3 & 4 versions
  5. Урок 5. 00:08:41
    Selenium 4 Walkthrough with Updates and New Features
  6. Урок 6. 00:05:08
    The new Selenium IDE
  7. Урок 7. 00:04:39
    Pre-requisite
  8. Урок 8. 00:03:52
    Install JDK - Windows
  9. Урок 9. 00:03:51
    Install JDK - MAC OSX
  10. Урок 10. 00:02:00
    Install Maven - Windows
  11. Урок 11. 00:09:50
    Install Maven - MAC OSX
  12. Урок 12. 00:02:08
    Installing Eclipse IDE
  13. Урок 13. 00:09:30
    Running the first test via Manual Jars
  14. Урок 14. 00:07:25
    Mapping the API Code
  15. Урок 15. 00:10:12
    Automating Dependency and browser executables via Maven
  16. Урок 16. 00:04:38
    Configuring other browsers - Firefox and Edge
  17. Урок 17. 00:23:00
    Understanding the WebDriver API Doc
  18. Урок 18. 00:16:35
    Getting started with Handling Elements
  19. Урок 19. 00:03:45
    Minimizing, Maximizing and Full Screen window
  20. Урок 20. 00:22:57
    Handling Sync issues - ImplicitWait
  21. Урок 21. 00:08:00
    Handling Sync issues - ExplicitWait
  22. Урок 22. 00:09:43
    Handling Sync issues - FluentWait
  23. Урок 23. 00:15:08
    Relative Locators - Above, Below, RightOf, LeftOf and Near
  24. Урок 24. 00:04:25
    Chaining Relative Locators
  25. Урок 25. 00:04:37
    Relative Locators with Multiple Elements
  26. Урок 26. 00:07:16
    Capturing Element's Screenshot
  27. Урок 27. 00:11:26
    Capturing Page and Full Page Screenshot
  28. Урок 28. 00:41:41
    Understanding Xpath in Depth - Part 1
  29. Урок 29. 00:21:04
    Understanding Xpath in Depth - Part 2
  30. Урок 30. 00:13:56
    Understanding CSS in Depth
  31. Урок 31. 00:10:30
    Tools for Generating Xpath and CSS
  32. Урок 32. 00:12:08
    New Feature - Switching to the Parent Frame
  33. Урок 33. 00:11:47
    New Feature - New Tabs and Windows
  34. Урок 34. 00:05:16
    New Feature - Handling Basic Authentication
  35. Урок 35. 00:07:29
    New Feature - Printing to PDF
  36. Урок 36. 00:12:13
    New Feature - Browser Options / Capabilities
  37. Урок 37. 00:04:38
    NEW Feature - Getting the Element's Coordinates through Rectangle class
  38. Урок 38. 00:09:53
    Enhancements in Actions API and FindElement method
  39. Урок 39. 00:03:47
    Introduction to Chrome DevTools Protocol
  40. Урок 40. 00:04:23
    Handling SSL Certificates
  41. Урок 41. 00:05:11
    Mocking GEO Locations
  42. Урок 42. 00:06:10
    Simulate Device Views
  43. Урок 43. 00:03:22
    Blocking Network requests
  44. Урок 44. 00:06:07
    Running test on a slow network
  45. Урок 45. 00:03:22
    Override Time zone values
  46. Урок 46. 00:09:14
    Chrome console logs
  47. Урок 47. 00:09:39
    Capturing Request and Response Headers
  48. Урок 48. 00:02:39
    Get URL and Status for each request and response
  49. Урок 49. 00:03:21
    Adding Custom headers
  50. Урок 50. 00:05:06
    Changing the browser User Agent
  51. Урок 51. 00:05:32
    Enable Performance Metrics
  52. Урок 52. 00:11:22
    Page Load Strategies - Normal, Eager and None
  53. Урок 53. 00:08:45
    Understanding the Grid 4 Architecture
  54. Урок 54. 00:06:37
    Configuring Ubuntu virtual machine
  55. Урок 55. 00:08:40
    Running as a standalone Grid
  56. Урок 56. 00:14:11
    Running test cases in parallel
  57. Урок 57. 00:06:43
    Hub and Nodes
  58. Урок 58. 00:07:33
    Distributed
  59. Урок 59. 00:08:49
    What is Docker?
  60. Урок 60. 00:08:37
    Docker on a Standalone mode
  61. Урок 61. 00:03:28
    Docker for Hub and Nodes
  62. Урок 62. 00:08:37
    Docker for Hub and Nodes with Docker compose
  63. Урок 63. 00:09:45
    Docker compose for Fully distributed
  64. Урок 64. 00:05:47
    Docker Selenium Grid 4 with video recording feature
  65. Урок 65. 00:13:15
    Introduction to Amazon Webservices Cloud platform
  66. Урок 66. 00:17:23
    AWS EC2 Configuration
  67. Урок 67. 00:10:45
    Configuring Docker on AWS Cloud
  68. Урок 68. 00:07:35
    Running Parallel test using Docker Compose
  69. Урок 69. 00:04:24
    Deleting all resources to avoid any charges
  70. Урок 70. 00:19:38
    Building the EC2 Instance from scratch
  71. Урок 71. 00:18:51
    Continuous Integration using Jenkins and GIT on EC2 Instance
  72. Урок 72. 00:02:02
    Fixing the docker compose issue
  73. Урок 73. 00:04:22
    CI / CD - Jenkins pipeline
  74. Урок 74. 00:08:22
    Configuring the Pipeline
  75. Урок 75. 00:03:02
    Running the pipeline from Jenkinsfile