-2

I tried,

<a href="about:config">setup</a>

element just shows up on the Firefox browser, but cannot open it (clicking won't work) or open it in a new tab.

Is there a way to create a link element to open up about:config page in Firefox using just HTML?

According to this it's imposible Anchor link to Firefox about:config? right?

But, how about in Selenium with geckodriver?

Amirtha
  • 7
  • 5

2 Answers2

1

I think this question answers your question: Anchor link to Firefox about:config?. Give it a try. Basically, you are not allowed to reference a local resource due to security issues (like the post says).

Dom
  • 11
  • 1
0

Sorry, it's not possible due to security concerns.

I'm not sure how useful this is, but if you can get the user to create a bookmark, it will work from a bookmark.

Terry Carmen
  • 3,720
  • 1
  • 16
  • 32