Not clicking on Link

Hi,

For one of our applications, the click on the links are not happening.

We have tried different ways of selecting an element, still same issue.

Css selelctor for LinkA : #hypNewPbs > :nth-child(1)
Id for LinkB : ContentPlaceHolder1_ucBudgetTabs_hyplSummary

Hi,

Is the link not clickable or it is not identified via the css selector which you posted

Regards,
Amit Anand

The link is clickable. But both the links are not getting identified by the attributes we have used. We have checked for css3selector,css3xpath,ID.

Hi,

try using execute java script activity. first test your java script code in browser console

Regards,
Amit Anand

How to get java script code for that web element ? I could not find using "inspect element "

Is this is what is excepted in javascript ?

Go to PBS Next Gen

or something like
window.location.href = “BudgetEffortV4.aspx”)

is this to be written in javascript execute window

“< A title=“Try the new version of PBS” class=newPBShyperlink id=“hypNewPbs” style=“FONT-SIZE: medium” href=“BudgetEffortV4.aspx” shape=”">
Go to PBS Next Gen "

or something like window.location.href = “BudgetEffortV4.aspx”;

Hi,

If you do not have knowledge about writing java script code then try doing image automation

Regards,
Amit

It worked with window.location.href = “BudgetEffortV4.aspx”