0.0
No commit activity in last 3 years
No release in over 3 years
Finds and selects a tabbed document within a window automatically (X11 Windows only).
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.0.6, ~> 0.0
>= 0.0.4, ~> 0.0
 Project Readme

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