1: <?php 2: 3: class SimpePage extends Azalea\Selenium\Core\Page 4: { 5: protected static $url = "http://www.example.com"; 6: } 7: 8: ?>