NRKGO NRKGO Back to Blog
Tutorials

Mastering the NRKGO Smart Form Filler

By NRKGO Engineering April 7, 2026 8 min read

If you're testing forms across multiple environments, manually typing in the same data is a massive friction point. The NRKGO Smart Form Filler was built to eliminate that friction while keeping your test data secure.

Code and Automation

Setting Up Your First Profile

Think of a Profile as a context. You might have a "Developer" profile with mock data, and a "Staging" profile with realistic user data.

To create a profile, simply open the NRKGO extension, navigate to 'Profiles', and hit 'Create New'. You can define names, addresses, emails, and even custom data fields that map directly to your application's input IDs.

Dynamic Mapping & Selectors

Standard form fillers often fail when you use modern frameworks like React or Vue, which dynamically change IDs. NRKGO uses Smart Selectors that find inputs by:

  • name attributes
  • placeholder text
  • label text content
  • Custom CSS selectors that you define specifically for your app

Security and Privacy

We know test data can sometimes be sensitive. That's why the Smart Form Filler uses local-only storage by default. None of your saved profiles are ever uploaded to the NRKGO cloud without your explicit consent.

Conclusion

By mastering profiles and custom selectors, you can save hours of manual entry every single week. It's not just a time-saver—it's a productivity multiplier for every technical professional in the NRKGO Ecosystem.