screenshots.ini 485 B

1234567891011121314151617181920212223242526272829
  1. [DEFAULT]
  2. base_url = http://localhost:11337/
  3. dir = .
  4. width = 800
  5. height = 480
  6. post_script_sleep = 0.5
  7. [dropdown]
  8. url = .
  9. name = dropdown
  10. script = setup_dropdown.py
  11. [dropdown-logs-list]
  12. url = .
  13. name = dropdown-logs-list
  14. script = setup_dropdown_logs_list.py
  15. width = 960
  16. height = 640
  17. [dropdown-logs-detail]
  18. url = .
  19. name = dropdown-logs-detail
  20. script = setup_dropdown_logs_detail.py
  21. height = 560
  22. [dropdown-entities]
  23. url = .
  24. name = dropdown-entities
  25. script = setup_dropdown_entities.py