Issue on Get Element and Click Element

I try to click a button that will open a new tab to view the pdf file, but my click element doesn’t seem to work, it works fine for the other button that does not open new tab. How can I solve this issue?

If the button uses javascript embedded in the href tag, most browser will refuse to run it, if triggered by javascript ( this is what virtual click’s does )
If the button is always visible on the screen, try changing virtual click to false, when you click this button.

Thank you, also for logout button with href link, why it open new tab instead of logging out at the same tab?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.