51Testing软件测试论坛

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

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 3316|回复: 5
打印 上一主题 下一主题

selenium生成的python脚本报错

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2011-4-30 23:58:42 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
pythone脚本:
import random
import unittest
import selenium
import unittest, time, re
class TestSequenceFunctions(unittest.TestCase):
        def setUp(self):
                self.seq = range(10)

        def test_shuffle(self):
                null
class TestGoogle(unittest.TestCase):
        def setUp(self):
                self.verificationErrors = []
                self.selenium = selenium("localhost", 4444, "*iexplore", "http://www.google.com/webhp")
                self.selenium.start()

        def test_google(self):
                sel = self.selenium
                sel.open("http://www.google.com/webhp")
                sel.type("q", "hello world")
                sel.click("btnG")
                sel.wait_for_page_to_load("5000")
                self.assertEqual("hello world - Google Search", sel.get_title())
        #self.assertEqual(u'hello world - Google \u641c\u7d22', sel.get_title())
                #print sel.get_title()
       
        #    def tearDown(self):
        #        self.selenium.stop()

if __name__ == "__main__":
        unittest.main()

运行报错:
---------- Python ----------
Traceback (most recent call last):
  File "test_google.py", line 17, in <module>
    from selenium import selenium
  File "Z:\I\selenium\selenium-python-client-driver-0.9.2\selenium.py", line 170
    raise Exception, result
                   ^
SyntaxError: invalid syntax

输出完成 (耗时: 0 秒) - 正常终止

selenium版本:
http://selenium.googlecode.com/f ... e-control-1.0.3.zip\selenium-python-client-driver-1.0.1\selenium.py
版本信息:
"""
Copyright 2006 ThoughtWorks, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""

为什么老是提示参数错误?
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

该用户从未签到

2#
发表于 2011-5-5 13:14:23 | 只看该作者
回复 支持 反对

使用道具 举报

该用户从未签到

3#
发表于 2011-5-5 13:17:19 | 只看该作者
回复 支持 反对

使用道具 举报

该用户从未签到

4#
发表于 2011-5-10 23:07:41 | 只看该作者
现在还没开始界面自动化。到时候还得向你请教呢。哈
回复 支持 反对

使用道具 举报

该用户从未签到

5#
发表于 2011-5-12 19:41:31 | 只看该作者
自己改一下selenium.py不就行了?
回复 支持 反对

使用道具 举报

该用户从未签到

6#
发表于 2011-6-29 16:50:24 | 只看该作者
你解决了没?晒一下方法!
回复 支持 反对

使用道具 举报

本版积分规则

关闭

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

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

GMT+8, 2024-11-8 18:40 , Processed in 0.071175 second(s), 27 queries .

Powered by Discuz! X3.2

© 2001-2024 Comsenz Inc.

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