Selenium RC > how to upload file using attachFile()

后端 未结 8 901
谎友^
谎友^ 2021-02-04 14:02

I am using Selenium RC with Junit framework. I am trying to upload a file using attachFile() method.

attachFile: (Information collected from selenium API http:/         


        
8条回答
  •  天命终不由人
    2021-02-04 14:41

    Its much easier using $sel->type and $sel->focus. Below is a good article.

    http://bitsilearn.blogspot.com/

提交回复
热议问题