Merge remote-tracking branch 'flapflap/de-network_configuration'
[tails-test.git] / features / step_definitions / torified_browsing.rb
blob770fda52a255a2c01f21f8072d338bb8fc29869d
1 When /^I open a new tab in the Tor Browser$/ do
2   next if @skip_steps_while_restoring_background
3   @screen.click("TorBrowserNewTabButton.png")
4 end
6 When /^I open the address "([^"]*)" in the Tor Browser$/ do |address|
7   next if @skip_steps_while_restoring_background
8   step "I open a new tab in the Tor Browser"
9   @screen.click("TorBrowserAddressBar.png")
10   sleep 0.5
11   @screen.type(address + Sikuli::Key.ENTER)
12 end