51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 3423|回复: 32
打印 上一主题 下一主题

有selenium IDE录制的脚本导入到

[复制链接]
  • TA的每日心情
    开心
    2017-2-23 09:15
  • 签到天数: 13 天

    连续签到: 1 天

    [LV.3]测试连长

    跳转到指定楼层
    1#
    发表于 2016-10-11 14:19:49 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
    selenium IDE录制的脚本导入到python IDLE中 运行报错
    C:\Users\admin\Desktop\2.png
    C:\Users\admin\Desktop\2.png

    本帖子中包含更多资源

    您需要 登录 才可以下载或查看,没有帐号?(注-册)加入51Testing

    x
    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
    收藏收藏
    回复

    使用道具 举报

  • TA的每日心情
    慵懒
    2017-11-7 16:44
  • 签到天数: 290 天

    连续签到: 1 天

    [LV.8]测试军长

    推荐
    发表于 2016-10-11 17:32:44 | 只看该作者
    15889369825 发表于 2016-10-11 17:29
    # -*- coding: utf-8 -*-
    from selenium import webdriver
    from selenium.webdriver.common.by import  ...

    你附图的那个脚本为啥少了class
    还有函数名不能包含中文的
    回复 支持 1 反对 0

    使用道具 举报

  • TA的每日心情
    开心
    2017-2-23 09:15
  • 签到天数: 13 天

    连续签到: 1 天

    [LV.3]测试连长

    2#
     楼主| 发表于 2016-10-11 14:25:36 | 只看该作者
    小白级别,不知道怎么错了,求解
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    慵懒
    2017-11-7 16:44
  • 签到天数: 290 天

    连续签到: 1 天

    [LV.8]测试军长

    3#
    发表于 2016-10-11 15:29:59 | 只看该作者
    这个报错通常是:行缩进问题(空格或Tab的使用,看看光标停留在哪里),  或者就是缺少括号
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2017-2-23 09:15
  • 签到天数: 13 天

    连续签到: 1 天

    [LV.3]测试连长

    4#
     楼主| 发表于 2016-10-11 16:34:01 | 只看该作者
    若尘_51 发表于 2016-10-11 15:29
    这个报错通常是:行缩进问题(空格或Tab的使用,看看光标停留在哪里),  或者就是缺少括号

    光标就停留在def那里,行缩进是缩进四个字符么
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    慵懒
    2017-11-7 16:44
  • 签到天数: 290 天

    连续签到: 1 天

    [LV.8]测试军长

    5#
    发表于 2016-10-11 17:05:30 | 只看该作者
    15889369825 发表于 2016-10-11 16:34
    光标就停留在def那里,行缩进是缩进四个字符么

    你的脚本的def函数那里是不需要缩进的:

    brower=xxx
    def setUp(self):
        xxx
        xxx
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2017-2-23 09:15
  • 签到天数: 13 天

    连续签到: 1 天

    [LV.3]测试连长

    6#
     楼主| 发表于 2016-10-11 17:17:50 | 只看该作者
    若尘_51 发表于 2016-10-11 17:05
    你的脚本的def函数那里是不需要缩进的:

    brower=xxx

    不缩进也报同样的错误,这个会不会是我python环境没有装好
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    慵懒
    2021-12-24 13:41
  • 签到天数: 314 天

    连续签到: 1 天

    [LV.8]测试军长

    7#
    发表于 2016-10-11 17:21:16 | 只看该作者
    感觉是你的文件名称有问题,不能以中文名称命名
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    慵懒
    2017-11-7 16:44
  • 签到天数: 290 天

    连续签到: 1 天

    [LV.8]测试军长

    8#
    发表于 2016-10-11 17:24:53 | 只看该作者
    15889369825 发表于 2016-10-11 17:17
    不缩进也报同样的错误,这个会不会是我python环境没有装好

    你把脚本附上来,我调调看
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2017-2-23 09:15
  • 签到天数: 13 天

    连续签到: 1 天

    [LV.3]测试连长

    9#
     楼主| 发表于 2016-10-11 17:26:03 | 只看该作者
    掉渣饼 发表于 2016-10-11 17:21
    感觉是你的文件名称有问题,不能以中文名称命名

    改了名称也一样,弄得没脾气了
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2017-2-23 09:15
  • 签到天数: 13 天

    连续签到: 1 天

    [LV.3]测试连长

    10#
     楼主| 发表于 2016-10-11 17:29:58 | 只看该作者
    若尘_51 发表于 2016-10-11 17:24
    你把脚本附上来,我调调看

    # -*- coding: utf-8 -*-
    from selenium import webdriver
    from selenium.webdriver.common.by import By
    from selenium.webdriver.common.keys import Keys
    from selenium.webdriver.support.ui import Select
    from selenium.common.exceptions import NoSuchElementException
    from selenium.common.exceptions import NoAlertPresentException
    import unittest, time, re

    class 3(unittest.TestCase):
        def setUp(self):
            self.driver = webdriver.Firefox()
            self.driver.implicitly_wait(30)
            self.base_url = "http://test.robotscloud.com/"
            self.verificationErrors = []
            self.accept_next_alert = True
       
        def test_3(self):
            driver = self.driver
            driver.get(self.base_url + "/")
            driver.find_element_by_id("email").clear()
            driver.find_element_by_id("email").send_keys("15889369825@163.com")
            driver.find_element_by_id("password").clear()
            driver.find_element_by_id("password").send_keys("123456")
            driver.find_element_by_id("check").clear()
            driver.find_element_by_id("check").send_keys("5223")
       
        def is_element_present(self, how, what):
            try: self.driver.find_element(by=how, value=what)
            except NoSuchElementException as e: return False
            return True
       
        def is_alert_present(self):
            try: self.driver.switch_to_alert()
            except NoAlertPresentException as e: return False
            return True
       
        def close_alert_and_get_its_text(self):
            try:
                alert = self.driver.switch_to_alert()
                alert_text = alert.text
                if self.accept_next_alert:
                    alert.accept()
                else:
                    alert.dismiss()
                return alert_text
            finally: self.accept_next_alert = True
       
        def tearDown(self):
            self.driver.quit()
            self.assertEqual([], self.verificationErrors)

    if __name__ == "__main__":
        unittest.main()
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    慵懒
    2017-11-7 16:44
  • 签到天数: 290 天

    连续签到: 1 天

    [LV.8]测试军长

    11#
    发表于 2016-10-11 17:31:57 | 只看该作者
    15889369825 发表于 2016-10-11 17:29
    # -*- coding: utf-8 -*-
    from selenium import webdriver
    from selenium.webdriver.common.by import  ...

    这个脚本你只需要将
    class 3 改成 class test 就可以运行
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2017-2-23 09:15
  • 签到天数: 13 天

    连续签到: 1 天

    [LV.3]测试连长

    13#
     楼主| 发表于 2016-10-11 17:40:09 | 只看该作者
    若尘_51 发表于 2016-10-11 17:32
    你附图的那个脚本为啥少了class
    还有函数名不能包含中文的

    刚运行了下,打开网页是无效的网址并没有打开我代码中的地址
    E
    ======================================================================
    ERROR: test_3 (__main__.test)
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File "C:\Users\admin\Desktop\3.py", line 12, in setUp
        self.driver = webdriver.Firefox()
      File "C:\Python27\lib\site-packages\selenium\webdriver\firefox\webdriver.py", line 80, in __init__
        self.binary, timeout)
      File "C:\Python27\lib\site-packages\selenium\webdriver\firefox\extension_connection.py", line 52, in __init__
        self.binary.launch_browser(self.profile, timeout=timeout)
      File "C:\Python27\lib\site-packages\selenium\webdriver\firefox\firefox_binary.py", line 68, in launch_browser
        self._wait_until_connectable(timeout=timeout)
      File "C:\Python27\lib\site-packages\selenium\webdriver\firefox\firefox_binary.py", line 99, in _wait_until_connectable
        "The browser appears to have exited "
    WebDriverException: Message: The browser appears to have exited before we could connect. If you specified a log_file in the FirefoxBinary constructor, check it for details.


    ----------------------------------------------------------------------
    Ran 1 test in 15.122s

    FAILED (errors=1)
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2017-2-23 09:15
  • 签到天数: 13 天

    连续签到: 1 天

    [LV.3]测试连长

    14#
     楼主| 发表于 2016-10-11 17:42:10 | 只看该作者
    若尘_51 发表于 2016-10-11 17:32
    你附图的那个脚本为啥少了class
    还有函数名不能包含中文的

    附图的自己调试时被删除了,
    运行了出现这个报错
    E
    ======================================================================
    ERROR: test_3 (__main__.test)
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File "C:\Users\admin\Desktop\3.py", line 12, in setUp
        self.driver = webdriver.Firefox()
      File "C:\Python27\lib\site-packages\selenium\webdriver\firefox\webdriver.py", line 80, in __init__
        self.binary, timeout)
      File "C:\Python27\lib\site-packages\selenium\webdriver\firefox\extension_connection.py", line 52, in __init__
        self.binary.launch_browser(self.profile, timeout=timeout)
      File "C:\Python27\lib\site-packages\selenium\webdriver\firefox\firefox_binary.py", line 68, in launch_browser
        self._wait_until_connectable(timeout=timeout)
      File "C:\Python27\lib\site-packages\selenium\webdriver\firefox\firefox_binary.py", line 99, in _wait_until_connectable
        "The browser appears to have exited "
    WebDriverException: Message: The browser appears to have exited before we could connect. If you specified a log_file in the FirefoxBinary constructor, check it for details.


    ----------------------------------------------------------------------
    Ran 1 test in 21.165s

    FAILED (errors=1)
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2017-2-23 09:15
  • 签到天数: 13 天

    连续签到: 1 天

    [LV.3]测试连长

    15#
     楼主| 发表于 2016-10-11 17:43:34 | 只看该作者
    若尘_51 发表于 2016-10-11 17:32
    你附图的那个脚本为啥少了class
    还有函数名不能包含中文的

    大神就是厉害!不过我这边打不开脚本中的地址
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2017-2-23 09:15
  • 签到天数: 13 天

    连续签到: 1 天

    [LV.3]测试连长

    16#
     楼主| 发表于 2016-10-11 17:44:57 | 只看该作者
    若尘_51 发表于 2016-10-11 17:32
    你附图的那个脚本为啥少了class
    还有函数名不能包含中文的

    厉害了大神,可我这边又出现新问题,打不开脚本中的地址
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2017-2-23 09:15
  • 签到天数: 13 天

    连续签到: 1 天

    [LV.3]测试连长

    17#
     楼主| 发表于 2016-10-11 17:47:28 | 只看该作者
    若尘_51 发表于 2016-10-11 17:32
    你附图的那个脚本为啥少了class
    还有函数名不能包含中文的

    不好意思了!应该是调试修改时把class删除了
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2017-2-23 09:15
  • 签到天数: 13 天

    连续签到: 1 天

    [LV.3]测试连长

    18#
     楼主| 发表于 2016-10-11 17:50:44 | 只看该作者
    若尘_51 发表于 2016-10-11 17:32
    你附图的那个脚本为啥少了class
    还有函数名不能包含中文的

    估计是调试的时候被我删除了,不好意思了
    现在运行时打不开我脚本中的地址,后面报
    E
    ======================================================================
    ERROR: test_3 (__main__.test)
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File "C:\Users\admin\Desktop\3.py", line 12, in setUp
        self.driver = webdriver.Firefox()
      File "C:\Python27\lib\site-packages\selenium\webdriver\firefox\webdriver.py", line 80, in __init__
        self.binary, timeout)
      File "C:\Python27\lib\site-packages\selenium\webdriver\firefox\extension_connection.py", line 52, in __init__
        self.binary.launch_browser(self.profile, timeout=timeout)
      File "C:\Python27\lib\site-packages\selenium\webdriver\firefox\firefox_binary.py", line 68, in launch_browser
        self._wait_until_connectable(timeout=timeout)
      File "C:\Python27\lib\site-packages\selenium\webdriver\firefox\firefox_binary.py", line 99, in _wait_until_connectable
        "The browser appears to have exited "
    WebDriverException: Message: The browser appears to have exited before we could connect. If you specified a log_file in the FirefoxBinary constructor, check it for details.


    ----------------------------------------------------------------------
    Ran 1 test in 21.165s

    FAILED (errors=1)
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2017-2-23 09:15
  • 签到天数: 13 天

    连续签到: 1 天

    [LV.3]测试连长

    19#
     楼主| 发表于 2016-10-11 17:58:30 | 只看该作者
    应该是我调试的时候误删了,不好意思了,现在运行脚本打不开我脚本中的链接地址还提示
    E
    ======================================================================
    ERROR: test_3 (__main__.test)
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File "C:\Users\admin\Desktop\3.py", line 12, in setUp
        self.driver = webdriver.Firefox()
      File "C:\Python27\lib\site-packages\selenium\webdriver\firefox\webdriver.py", line 80, in __init__
        self.binary, timeout)
      File "C:\Python27\lib\site-packages\selenium\webdriver\firefox\extension_connection.py", line 52, in __init__
        self.binary.launch_browser(self.profile, timeout=timeout)
      File "C:\Python27\lib\site-packages\selenium\webdriver\firefox\firefox_binary.py", line 68, in launch_browser
        self._wait_until_connectable(timeout=timeout)
      File "C:\Python27\lib\site-packages\selenium\webdriver\firefox\firefox_binary.py", line 99, in _wait_until_connectable
        "The browser appears to have exited "
    WebDriverException: Message: The browser appears to have exited before we could connect. If you specified a log_file in the FirefoxBinary constructor, check it for details.


    ----------------------------------------------------------------------
    Ran 1 test in 21.165s

    FAILED (errors=1)
    这是什么原因
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2017-2-23 09:15
  • 签到天数: 13 天

    连续签到: 1 天

    [LV.3]测试连长

    20#
     楼主| 发表于 2016-10-11 17:58:44 | 只看该作者
    应该是我调试的时候误删了,不好意思了,现在运行脚本打不开我脚本中的链接地址还提示
    E
    ======================================================================
    ERROR: test_3 (__main__.test)
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File "C:\Users\admin\Desktop\3.py", line 12, in setUp
        self.driver = webdriver.Firefox()
      File "C:\Python27\lib\site-packages\selenium\webdriver\firefox\webdriver.py", line 80, in __init__
        self.binary, timeout)
      File "C:\Python27\lib\site-packages\selenium\webdriver\firefox\extension_connection.py", line 52, in __init__
        self.binary.launch_browser(self.profile, timeout=timeout)
      File "C:\Python27\lib\site-packages\selenium\webdriver\firefox\firefox_binary.py", line 68, in launch_browser
        self._wait_until_connectable(timeout=timeout)
      File "C:\Python27\lib\site-packages\selenium\webdriver\firefox\firefox_binary.py", line 99, in _wait_until_connectable
        "The browser appears to have exited "
    WebDriverException: Message: The browser appears to have exited before we could connect. If you specified a log_file in the FirefoxBinary constructor, check it for details.


    ----------------------------------------------------------------------
    Ran 1 test in 21.165s

    FAILED (errors=1)
    这是什么原因
    回复 支持 反对

    使用道具 举报

    本版积分规则

    关闭

    站长推荐上一条 /1 下一条

    小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

    GMT+8, 2024-11-13 18:43 , Processed in 0.080369 second(s), 25 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

    快速回复 返回顶部 返回列表