totara / totara-docker-dev

A docker setup to create a development environment for Totara Learn
MIT License
49 stars 32 forks source link

Add example.php file and update aliases #165

Closed markmetcalfe closed 3 years ago

marsh0lion commented 3 years ago

w3c is currently necessary as the default is true (and we use false for legacy reasons)

markmetcalfe commented 3 years ago

missing capabilities for beaht. tested as much as I could otherwise. Nice work!

            chromeOptions:
              args:
                - '--disable-infobars'
                - '--disable-background-throttling'
              prefs:
                credentials_enable_service: false
              w3c: false
              useAutomationExtension: false
              excludeSwitches:
                - enable-automation
            'goog:chromeOptions':
              args:
                - '--disable-infobars'
                - '--disable-background-throttling'
              prefs:
                credentials_enable_service: false

Fixed