1. Урок 1. 00:01:49
    Overview of Robot Framework Level 2
  2. Урок 2. 00:05:33
    Getting Help from Other Robot Framework Users
  3. Урок 3. 00:01:15
    PyCharm "Find Usages" Feature
  4. Урок 4. 00:02:57
    PyCharm "TODO" Feature
  5. Урок 5. 00:05:12
    Advanced Command Line Options
  6. Урок 6. 00:02:30
    Force Test Execution Order
  7. Урок 7. 00:02:52
    Randomize Test Execution Order
  8. Урок 8. 00:05:26
    Get More Detailed Logs
  9. Урок 9. 00:01:57
    Automatic Variables
  10. Урок 10. 00:02:54
    Return Values from Keywords
  11. Урок 11. 00:04:51
    Create Custom Keyword Libraries
  12. Урок 12. 00:01:57
    Overview
  13. Урок 13. 00:01:41
    Updating Python & PIP
  14. Урок 14. 00:01:34
    Examine and Capture Current Library Versions
  15. Урок 15. 00:04:44
    Update Robot Framework Related Libraries
  16. Урок 16. 00:01:38
    Update Browsers and Check the System
  17. Урок 17. 00:02:59
    Update Webdrivers and Check the System
  18. Урок 18. 00:01:01
    What to Do If You Have Problems
  19. Урок 19. 00:05:33
    Updating Your IDE & Plugin
  20. Урок 20. 00:00:56
    Overview
  21. Урок 21. 00:06:48
    HTML/CSS/Bootstrap Overview
  22. Урок 22. 00:07:23
    HTML Tags
  23. Урок 23. 00:03:06
    HTML Attributes
  24. Урок 24. 00:03:38
    CSS
  25. Урок 25. 00:09:01
    Bootstrap
  26. Урок 26. 00:03:10
    Summary
  27. Урок 27. 00:02:25
    Locator selection tool intro
  28. Урок 28. 00:08:16
    Basic Locators Overview & Demo
  29. Урок 29. 00:04:04
    The Importance of Using Specific Locators
  30. Урок 30. 00:10:10
    Real-World Locator Troubleshooting Example
  31. Урок 31. 00:01:11
    Overview
  32. Урок 32. 00:11:25
    Basic XPath and CSS Syntax
  33. Урок 33. 00:08:25
    Absolute Parent:Child Relationships (XPath & CSS)
  34. Урок 34. 00:09:45
    Relative Parent:Child Relationships (XPath & CSS)
  35. Урок 35. 00:04:05
    Partial Locators- Starts With (XPath & CSS)
  36. Урок 36. 00:02:11
    Partial Locators- Ends With (XPath & CSS)
  37. Урок 37. 00:08:04
    Partial Locators- Contains (XPath & CSS)
  38. Урок 38. 00:05:08
    Scenario: Finding and Using Multiple Elements
  39. Урок 39. 00:00:53
    Overview
  40. Урок 40. 00:05:00
    If/Else: Making Decisions
  41. Урок 41. 00:15:55
    Loops
  42. Урок 42. 00:03:40
    Dictionary Overview
  43. Урок 43. 00:06:00
    Dictionary Practical Example - Site URLs
  44. Урок 44. 00:12:02
    Dictionary Practical Example - Test User Data
  45. Урок 45. 00:06:14
    Overview
  46. Урок 46. 00:08:00
    Tour the Starter Project
  47. Урок 47. 00:11:54
    Built-In Capabilities
  48. Урок 48. 00:02:00
    Overview of the steps
  49. Урок 49. 00:02:46
    Create the CSV data file
  50. Урок 50. 00:04:16
    Create a custom CSV parsing library
  51. Урок 51. 00:03:04
    Create our "Data Manager"
  52. Урок 52. 00:03:27
    Call the Data Manager from our script
  53. Урок 53. 00:04:00
    Create the looping app keyword file
  54. Урок 54. 00:01:48
    Refactor data entry steps to use list indexes
  55. Урок 55. 00:05:03
    Run and debug
  56. Урок 56. 00:01:00
    Add error handling
  57. Урок 57. 00:02:39
    Overview
  58. Урок 58. 00:01:04
    Scenario Overview
  59. Урок 59. 00:05:00
    Refactor with Directories
  60. Урок 60. 00:05:31
    Add a Simple Test for Site 2
  61. Урок 61. 00:15:16
    Create the Basic End to End Script
  62. Урок 62. 00:04:48
    Centralize the Browser & URL Variables