예제 #1
0
    def RunNavigateSteps(self, action_runner):
        linkedin_login.LoginMobileAccount(action_runner, 'linkedin')
        super(LinkedInMobile2018Page, self).RunNavigateSteps(action_runner)
        action_runner.WaitForJavaScriptCondition(
            'document.getElementById("profile-wrapper") !== null')

        action_runner.ScrollPage()

        super(LinkedInMobile2018Page, self).RunNavigateSteps(action_runner)
        action_runner.WaitForJavaScriptCondition(
            'document.getElementById("profile-wrapper") !== null')
예제 #2
0
 def RunNavigateSteps(self, action_runner):
   linkedin_login.LoginMobileAccount(action_runner, 'linkedin')
   super(LinkedInPathological2018Page, self).RunNavigateSteps(action_runner)