コード例 #1
0
 def setUp(self):
     
     # Call parent setUp
     super(AccountProfileTests, self).setUp()
     
     # Browse to profile
     util.goto_profile(self.driver)
コード例 #2
0
ファイル: base.py プロジェクト: chennan47/osf-ui-tests
 def get_user_url(self):
     util.goto_profile(self.driver)
     user_url=self.driver.find_element_by_css_selector("tr>td>a:first-child").get_attribute("href")
     util.goto_project(self.driver)
     return user_url
コード例 #3
0
    def setUp(self):

        # Browse to profile
        util.goto_profile(self.driver)
コード例 #4
0
ファイル: base.py プロジェクト: cos-archives/osf-ui-tests
 def get_user_url(self):
     util.goto_profile(self.driver)
     user_url = self.driver.find_element_by_css_selector(
         "tr>td>a:first-child").get_attribute("href")
     util.goto_project(self.driver)
     return user_url
コード例 #5
0
    def setUp(self):

        # Browse to profile
        util.goto_profile(self.driver)