WATIR Safari automation Issue

依然范特西╮ 提交于 2019-12-24 10:48:01

问题


I am new to WATIR and I want to automate Safari browser. I am using require 'safariwatir' statement in my ruby file. I am able to open a safari browser window but when I call goto method on my browser object then the result is NIL. It shows FAILED TO OPEN PAGE. Please help me with this. Thanks in advance.


回答1:


safariwatir gem is no longer in active development. The last release was three years ago. You should use watir-webdriver gem to drive Safari.



来源:https://stackoverflow.com/questions/19994700/watir-safari-automation-issue

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!