This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ul class="courses row sorting-grid course-list team course-list-mgBtm row ui-sortable" id="sectionSortable"> | |
<li data-cat="2" class="col-lg-4 col-md-4 col-sm-6 col-xs-12 category_2 category_1"> | |
<div class="courseBoxNew courseBoxNewCrt"> | |
<div class="thumbnail center"> | |
<a href="http://mysite.com/exact/addcourse" id="create_course_link"> | |
<i class="fa fa-plus"></i> | |
<span class="crtCrsTxt">Create a Course</span> | |
</a> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
class BrowserFactory { | |
private $user_agent = ''; | |
/** | |
* @return static | |
*/ | |
public static function factory() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class AnyTest extends TestConfigs | |
{ | |
/** | |
* @BeforeMethod | |
* SETUP METHOD TO ADD TEST DATA AND INITALIZE THE REMOTEWEBDRIVERS | |
*/ | |
protected function setUp() | |
{ | |
try{ |