Web & CMS

Browser

Ephemeral CEF browser session with URL bar, navigation, and tab management - no resource to save.

Features

  • Chromium (CEF) browser with native performance
  • Session cookies persist while the tab is open
  • Drag-drop image export from any page
  • Inspector and DOM cutout for overlaying web UI

The Browser is a full-featured Chromium-based browser built into RightPlace. It uses the CEF (Chromium Embedded Framework) engine for rendering and provides navigation, developer tools, element inspection, screenshot capture, responsive previews, and deep WordPress integration with session persistence.

Adding a Browser

To add a Browser to your project, open the Add Resource dialog and select Website under the Web & CMS category.

Add Resource dialog showing Website selected under the Web & CMS category, with a description panel on the right listing key features: built-in browser with URL bar and navigation, session cookies persist across visits, drag-drop image export from pages

The creation form lets you configure:

  • Collection Name: a label for the website collection (e.g. “Production Websites”)
  • Environment (optional): an environment tag (Development, Staging, Production, etc.)
  • Description (optional): a note about what these websites are for
  • URLs: one or more URLs to browse. Click + Add URL to add additional sites to the collection.

Website creation form showing Collection Name set to Production Websites, Environment set to Production, an optional Description field, and a URLs section with one URL entered and an Add URL button below

Once created, the Website resource appears in your project sidebar. Click it to open a browser tab pointed at the configured URL.

Opening from Places

You can also open a browser directly from a Place. In the Places sidebar, expand a project and click the Browser tab at the top of the Place page. This opens a browser scoped to that Place, with access to any Website resources in the project.

Places sidebar showing wp-test-site expanded with the Browser tab selected at the top of the Place page, displaying project resources organized by category below

Browser Interface

The browser layout consists of:

  • Top toolbar: navigation buttons (back, forward, reload), address bar, and action buttons (find, downloads, settings)
  • Content area: the rendered web page
  • Loading indicator: a progress bar at the bottom of the address bar during page loads

Browser showing the RightPlace changelog page with navigation controls at the top, address bar displaying the URL, the Inspector widget panel on the right with element details, and the Places sidebar on the left

The top toolbar provides standard navigation:

  • Back (Cmd+[ or Alt+Left): go to the previous page in history
  • Forward (Cmd+] or Alt+Right): go to the next page in history
  • Reload (Cmd+R): reload the current page
  • Hard Reload (Cmd+Shift+R): reload the page and bypass the cache
  • Stop (shown while loading): cancel the current page load

The address bar shows a colored status dot: green when the browser tab is focused, yellow when unfocused.

Address Bar

The address bar supports smart URL detection and search:

  • URL detection: typing a domain-like string (e.g. example.com) auto-adds https://. Localhost and IP addresses get http://.
  • Search fallback: non-URL input is sent as a Google search query.
  • Focus: press Cmd+L to jump to the address bar from anywhere.

History Autocomplete

As you type in the address bar, the browser suggests pages from your browsing history:

  • Dropdown suggestions: up to 10 matching results, filtered by URL and title
  • Ghost hint: a completion suggestion appears in lighter text overlaid on the input. Press Tab to accept it.
  • Keyboard navigation: Arrow Up/Down to move through suggestions, Enter to navigate, Escape to close

Address bar with rightplace.app/changelog typed, showing a ghost hint completion and a dropdown of browsing history suggestions including rightplace.app, Roadmap, GitHub pull requests, and WordPress admin pages

Find in Page

Press Cmd+F to activate find in page. The search bar replaces the address bar and shows match highlighting across the page.

  • Match counter: displays “X of Y” or “0 results”
  • Navigate matches: Enter or Cmd+G for next match, Shift+Enter or Cmd+Shift+G for previous match
  • Highlighting: matched text is highlighted in bright yellow
  • Exit: press Escape or click the close button

WordPress Integration

The browser integrates with WordPress sites connected to your project.

Login and Sessions

When the browser detects a WordPress login form, it can autofill credentials:

  • Autofill bar: appears when a login form is detected, showing matching credentials from your vault
  • Credential capture: after submitting a login form, the browser offers to save the password
  • Session persistence: cookies persist across app restarts, so you stay logged in between sessions
  • wp-admin access: navigate directly to /wp-admin paths on connected sites

Connection Status

The Browser widget panel (in the right sidebar) shows the connection health for the associated WordPress site with three status indicators:

  • Site: online status with response time and WordPress version (green = online, red = offline)
  • Session: login state (green = logged in, amber = logged out)
  • Plugin: RightPlace plugin installation and pairing status (green = paired, gray = not installed)

See the Widgets documentation for more details on the Browser widget.

Inspector

The inspector is a suite of tools for examining the rendered page. Toggle it on or off with the power icon in the Browser Inspector widget panel.

When enabled, hovering over elements on the page highlights them in real time with an overlay showing the tag, ID, and classes. Click to select and lock an element for detailed inspection.

Inspector Tools

The inspector toolbar provides 11 tools:

ToolDescription
InspectorClick any element to select and inspect it
CSSView computed CSS properties of the selected element
Box ModelVisualize the CSS box model (margin, border, padding, content)
DOMNavigate the document structure as a tree
FontInspect typography and font properties
Color PickerPick any color from an element on the page
LayoutToggle grid and flexbox overlay visualization
CopyCopy selectors, HTML, or attributes of the selected element
CaptureTake a screenshot of the page or a selected region
ResponsivePreview the page at different viewport dimensions
ImageInspect image dimensions, alt text, and format

See the Widgets documentation for full details on the Browser Inspector widget.

Developer Tools

Press Cmd+Alt+I to open the Chromium DevTools in a separate window. This gives you full access to the Elements panel, Console, Network inspector, Sources, Performance profiler, and all other standard Chrome DevTools features.

You can also open DevTools by right-clicking the page and selecting Inspect Element from the context menu.

Screenshots and Capture

The Capture tool (available from the inspector toolbar) supports four capture modes:

  • Visible: captures the current viewport as shown on screen
  • Full Page: captures the entire page by scrolling through its full height
  • Region: click and drag on the page to select a custom rectangular area
  • Selected Element: captures the currently selected or hovered element

After capturing, a preview thumbnail is shown. You can Save the screenshot as a PNG file or Copy it to the clipboard.

Responsive Preview

The Responsive tool lets you preview the page at specific viewport dimensions. A set of device presets is available:

  • iPhone SE: 375 x 667
  • iPhone 16: 393 x 852
  • iPhone 16 Pro Max: 430 x 932
  • iPad: 768 x 1024
  • iPad Pro: 1024 x 1366
  • Desktop sizes: 768, 1024, 1280, 1440, 1920 widths

You can also enter a custom width and height. When the viewport is larger than the available space, zoom-to-fit adjusts automatically. Horizontal and vertical pixel rulers appear along the edges for reference.

Responsive preview showing the RightPlace changelog in an iPhone 16 viewport (393px wide) with pixel rulers along the top and left edges, and the Responsive tool panel on the right listing device presets from iPhone SE to 1920px with custom width and height inputs

Context Menu

Right-click anywhere on a page to access the context menu with these options:

  • Reload: reload the current page
  • Hard Reload: force reload, bypassing cache
  • Copy Page URL: copy the current URL to the clipboard
  • Open in Default Browser: open the URL in your system browser
  • Inspect Element: open Chromium DevTools focused on the clicked element
  • RightPlace Inspector: activate the built-in RightPlace inspector on the clicked element
  • Save Image As: save an image from the page (available when right-clicking an image)

Downloads

When a file download begins, a download indicator appears in the toolbar. Click it to open a popdown with download details:

  • Active downloads: filename, progress bar, percentage, and file size with a cancel button
  • Completed downloads: filename and size with options to Open the file or Show in Folder
  • Clear all: remove all completed downloads from the list

Browser Settings

Access browser settings from the settings icon in the toolbar or from the global Settings page.

Home URL

Set the default page that opens for new browser tabs. Defaults to https://google.com.

Sessions

View and manage all browser tab sessions:

  • Session details include state, URL, place, scroll position, zoom level, and timestamps
  • Filter sessions by place
  • Delete individual sessions

Browsing History

Browse and search your full browsing history:

  • Search: filter by URL or title
  • Paginated list: 20 entries per page, most recent first
  • Visit count: shows how many times each page has been visited
  • Delete: remove individual entries or clear all history

Keyboard Shortcuts

ShortcutAction
Cmd+LFocus address bar
Cmd+FFind in page
Cmd+GNext find match
Cmd+Shift+GPrevious find match
Cmd+RReload
Cmd+Shift+RHard reload (bypass cache)
Cmd+[ or Alt+LeftBack
Cmd+] or Alt+RightForward
Cmd+=Zoom in
Cmd+-Zoom out
Cmd+0Reset zoom to 100%
Cmd+Alt+IOpen DevTools
Cmd+Shift+CToggle inspector pick mode
TabAccept address bar ghost hint
EscapeExit find / close suggestions

Widgets

Browser Widget

Appears when a Browser tab is active. Shows connection health for the connected WordPress site.

Browser panel showing connection status dots for Site, Session, and Plugin with hostname and timestamps

Features:

  • Connection status indicators with colored dots:
    • Site: online status with response time and WordPress version (green = online, red = offline)
    • Session: login state, logged in or logged out (green = logged in, amber = logged out)
    • Plugin: RightPlace plugin installation and pairing status (green = paired, gray = not installed)
  • Hostname display
  • Last checked timestamp
  • Debug section for troubleshooting connection issues

Browser Inspector Widget

Appears alongside the Browser panel when a Browser tab is active. Provides a suite of inspection tools for the rendered page.

Browser Inspector panel showing the inspection toolbar with 11 tool icons and the active tool's output below

The inspector toolbar offers 11 tools:

ToolDescription
InspectorClick any element on the page to select and inspect it
CSSView computed CSS properties of the selected element
BoxVisualize the CSS box model (margin, border, padding, content)
DOMNavigate the DOM hierarchy as a tree
FontDisplay font metrics and properties for the selected element
ColorPick any color from the page
LayoutToggle grid and flexbox overlay visualization
CopyCopy selectors, HTML, or attributes of the selected element
CaptureTake a screenshot of the page or a cropped region
ResponsivePreview the page at different viewport widths
ImageInspect image dimensions, alt text, and format

Toggle the power icon to enable or disable the inspector. When enabled, hovering over elements on the page highlights them in real time.

Browser Inspector in Responsive mode showing device presets and a mobile viewport preview

Next steps

  • Widgets: See the Browser and Browser Inspector widget panels for connection status and inspection tools
  • WordPress: Connect and manage WordPress sites
  • Image Editor: Edit images with professional-grade tools