Skip to content

Finds and selects a tabbed document within a window automatically (X11 Windows only).

Notifications You must be signed in to change notification settings

jrobertson/xtabbedwindow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introducing the xtabbedwindow gem

require 'xtabbedwindow'

console = XDo::XWindow.from_active

browser = XTabbedWindow.new('Firefox')
browser.goto_tab 'Twitter'

console.activate

In the above example the xtabbedwindow gem is used to select the Twitter tab from the web browser Firefox.

Note: It is assumed that Firefox is currently running and that the Twitter web page is loaded in one of the tabls. The xtabbedwindow gem uses the gems ruby-cmtrl and xdo which run on X11 Windows only.

Resources

xtabbedwindow gem window automation tabbed tab document x11

About

Finds and selects a tabbed document within a window automatically (X11 Windows only).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages