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")
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")
11 @screen.type(address + Sikuli::Key.ENTER)