开发者

How can i pass parameter with popup window

开发者 https://www.devze.com 2023-03-02 17:45 出处:网络
I need to open a popup with parameter here am using, selenium.click(\"img_id\") selenium.open(\"http:开发者_StackOverflow//www.olio.combankcustomerlist.action?bankId=116&branchId=33&custome

I need to open a popup with parameter

here am using,

selenium.click("img_id")

selenium.open("http:开发者_StackOverflow//www.olio.combankcustomerlist.action?bankId=116&branchId=33&customerId=1&readOnly=false&display=5")

I want to pass these parameters also

When i use this: selenium.click("img_id")

I am getting http://www.olio.combankcustomerlist.action?bankId=116&branchId=null&customerId=null&readOnly=false&display=5"

Branch id will be null,

How can i pass parameter with popup window?


Could you provide a bit more context ? From the looks of it, the problem doesn't lie in Selenium RC, but in the link anchored to your "img_id" element.

What URI do you get if you click the link "by hand" (outside of Selenium) ?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号