如何在selenium中创建新文件?
And also how can i write a data into the newly created file ?
selenium IDE& Selenium RC有何不同?
答案 0 :(得分:3)
假设您从last question and your comments there,您希望从页面获取一些文本并将其保存在文件中。
我可能错了,但我认为你不能在Selenium IDE中做到这一点,并且需要Selenium RC中的编程语言的全部功能(已经像一年前一样被正式弃用)或者Selenium WebDriver。
一旦您使用任何您喜欢的语言(目前支持C#,Java,Ruby,Perl和PHP),您就可以使用language's standard tools to write到文件中。
答案 1 :(得分:0)
关于您的文件问题,目前尚不清楚您是指测试文件,Selenium服务器上的文件,还是运行由Selenium驱动的浏览器的客户端上的文件。
关于Selenium IDE vs RC,该问题已在以下网址得到解答:
What is the difference between Selenium IDE, Server, RC, 2.0, and WebDriver?