#!/usr/bin/env ruby# Encoding: utf-8
# Paste everything into script, including the shebang and encoding# lines
above.# Don't forget to make script executable.# Usage: ./some_script.rb
/path/to/csv
require 'csv'obj = CSV.read(ARGV[0]) # ARGV is an array that will have the cmd
line args.
From: satya nagendrababu <[email protected]>
To: Watir General <[email protected]>
Sent: Friday, September 1, 2017 8:29 AM
Subject: [wtr-general] How to select a csv file from hard disc using watir
ruby on MAC OS
How to select a csv file from hard disc using watir ruby on MAC OS
Hi,
I am new to watir automation testing, Can any one help by sending the sample
code to select .csv file from hard disc using watir ruby on MAC OS
Thanks in advance
--
--
Before posting, please read http://watir.com/support. In short: search before
you ask, be nice.
[email protected]
http://groups.google.com/group/watir-general
[email protected]
---
You received this message because you are subscribed to the Google Groups
"Watir General" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.
--
--
Before posting, please read http://watir.com/support. In short: search before
you ask, be nice.
[email protected]
http://groups.google.com/group/watir-general
[email protected]
---
You received this message because you are subscribed to the Google Groups
"Watir General" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.