[JAVA]Send a hyperlink on a webpage using selenium

时间:2018-03-25 20:17:16

标签: java selenium selenium-webdriver

I am trying to update a table on webpage with a hyperlink. for instance the text on table will show just "Google" as a hyperlink to http://www.google.com.

Is it possible to send a link directly to java.

I tried something like sending a href=\""+myLink+"\">"+myText +/a on the page but it printed the exact same string instead of showing a hyperlink.

0 个答案:

没有答案