Problem Condition
- Click a button with a hyperlink with it.
- A new tab is generated
- I need to throw several click activity on the new tab but can’t because I did not open the browser but the button automatically did, henceforth, there is no browser variable attached to the new tab.
What I tried so far.
- Attach Browser —> Of no use.
I could not select only the new tab but both tabs were selected in one click. - In the new tab, press F6 (go to address bar), copy it, open a new browser with the address. —> After finishing some work, the result was not saved. Maybe because the browser was created by me not by the system itself.
- Get Attribute - Get the url. —> Not Successful.
- I expected this when right-click the button:
But this is what I got actually. There was no “Copy the URL(E)”
- I went to see the source.
Based on this, ng-click = vm.editorLoad($event), I could assume that this page was created with Angular JS and upon a click, a web address gets generated.
- I expected this when right-click the button:
Help!!!