save_and_open_page
have_button(locator)| # This program takes a project.xml in the current directory | |
| # and upgrades the file by increasing the version number of all | |
| # checked out maps | |
| require 'nokogiri' | |
| puts "\r\n\r\n+++++++++++++++++++++++++++++++++++++++++" | |
| puts "working in " + Dir.getwd.to_s | |
| file_xml = File.open('project.xml') |