示例#1
0
    def test_something(self):
        """App-specific code goes here"""

        url = "http://seleniumpythonqa.blogspot.com"
        self.driver.get(url)
        time.sleep(5)
        util.mobile_screenshot(self.driver, "test_{0}".format(self.platform_info))
示例#2
0
    def test_something(self):
        """ Add your tests here """

        url = "http://seleniumpythonqa.blogspot.com"
        self.driver.get(url)
        util.mobile_screenshot(self.driver, "test_{0}".format(self.all_info))
        time.sleep(2)
示例#3
0
    def test_something(self):
        '''App-specific code goes here'''

        url = "http://seleniumpythonqa.blogspot.com"
        self.driver.get(url)

        time.sleep(5)
        util.mobile_screenshot(self.driver, "test_{0}_".format(self.device_info))
        time.sleep(2)