[wtr-general] Company Logo

2011-02-02 Thread Betsy
Hi, Being an ardent user of Watir since the past few years, we would love to have our Company logo up on watir.com. Do let us know the how-to of it... Regards.. -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com

[wtr-general] Watir + SQLite

2011-02-02 Thread Betsy
Hi all, I need to fetch data from an sqlite db for my watir scripts.. But somehow I have not been able to install the sqlite gem properly. Any help would be greatly appreciated.. Regards.. -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice.

[wtr-general] Re: Issue with Watir Installation

2010-06-22 Thread Betsy
The issue was somehow with the site.. Google never gets loaded completely on ie on that particular system. On Jun 22, 9:19 am, Betsy joybe...@gmail.com wrote: Can anyone please shed some light on how to get this issue resolved?? Thanks in advance, Betsy Joy On Jun 21, 6:08 pm, Zubair

[wtr-general] Re: Regarding Script

2010-06-22 Thread Betsy
As a practice we try to execute a basic search script on Google after installing Watir on our systems. That is where we came across this issue. Since we could not find the post we put up for around an hour on the Group, we put it up again. Sorry for the duplication. -Betsy Joy On Jun 22, 8:45

[wtr-general] Re: Bad File Descriptor

2010-06-03 Thread Betsy
Still waiting for a reply!!! On Jun 2, 7:31 pm, Betsy joybe...@gmail.com wrote: Hi all, Can anyone list down the general causes of a Bad File Descriptor error? Thanks, Betsy Joy. -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You

[wtr-general] Re: Watir gem installation on Windows 7

2010-05-21 Thread Betsy
oh gr8!! I remember wondering about those checkboxes and not having checked them. Thanks a lot.. Shall try re-installing ruby asap.. -Betsy Joy On May 20, 2:35 pm, Jarmo Pertman jarm...@gmail.com wrote: Hi, Betsy! Did you download the Ruby from herehttp://rubyinstaller.org/download.html

[wtr-general] Re: Watir gem installation on Windows 7

2010-05-19 Thread Betsy
execute a ruby script with require 'watir', it gives me an error saying no such file to load. :( -Betsy Joy. On May 19, 1:54 pm, Jarmo Pertman jarm...@gmail.com wrote: There shouldn't be anything special when it comes to installing Watir on Windows 7. At least i didn't do anything. Could you please

[wtr-general] Watir gem installation on Windows 7

2010-05-18 Thread Betsy
hi all, any known issues with watir gem installation on windows 7?? -Betsy Joy -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to http://groups.google.com/group/watir-general To post

[wtr-general] Re: Watir gem installation on Windows 7

2010-05-18 Thread Betsy
7, I guess I am missing something somewhere related to the OS itself. Thanks for the help, -Betsy Joy On May 18, 9:42 pm, George george.sand...@gmail.com wrote: I've been using Watir on Windows 7. The only problem I've been having is that, at times, the script will stick, meaning I need

[wtr-general] Re: Issue with accessing an Object in FireWatir

2010-05-18 Thread Betsy
).click This currently works when we put up a static value to the index, say i = 1. Currently working on calculating the dynamic index part. Hope this works!!! -Betsy Joy. On May 18, 10:46 am, Angrez Singh ang...@gmail.com wrote: Hi, You have to send us the relevant HTML to figure out

[wtr-general] Re: Just Wondering: Does any college, university, tech-school teach automated testing

2010-05-18 Thread Betsy
Usually certain Institutes provide learnings of the Commercial tools but as far as Open Source tools are concerned, a lot of it is provided by the concerned forums and home sites... -Betsy Joy On May 17, 6:44 pm, Super Kevy kpe...@scholarshipamerica.org wrote: Just Wondering: Does any college

[wtr-general] Re: Issue with accessing an Object in FireWatir

2010-05-17 Thread Betsy
Thanks Rajiv for the suggestion.. It did not work. I checked for the div and found that there was only one link in it. -Betsy Joy. On May 17, 1:32 pm, Rajiv Nanduani rajivkumarnandv...@gmail.com wrote: Hi, did u try this? ff.div(:class,'roomInfo').link(:text = 'Book',:index = 1).click

[wtr-general] Re: Issue with accessing an Object in FireWatir

2010-05-17 Thread Betsy
wrote: Hi Betsy, Its always easier for someone to help you if you post the relevant HTML code. That ways someone can use the HTML code on their machine to reproduce the issue and provide you with solution. Also, if there is a bug with Watir/Firewatir the same HTML code can be used for adding

[wtr-general] Re: Issue with accessing an Object in FireWatir

2010-05-17 Thread Betsy
/TBODY/TABLE/DIV/TD/TR/TBODY/TABLE/TD/TR/TBODY/ TABLE /TD/TR/TBODY/TABLE/DIV/DIV/FORM/TD/TR/ TBODY/TABLE/TD/TR/TBODY/TABLE/DIV/BODY/HTML On May 17, 4:21 pm, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Mon, May 17, 2010 at 1:16 PM, Betsy joybe...@gmail.com wrote: The source code is too

[wtr-general] Re: Issue with accessing an Object in FireWatir

2010-05-17 Thread Betsy
Hi, Was unable to reproduce it on a small code.. :( Can it be an issue with the code? -Betsy Joy. On May 17, 4:58 pm, Betsy joybe...@gmail.com wrote: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML Transitional//ENMETA http- equiv=Content-Type content=text/html; charset=windows-1252 HTMLBODY class

[wtr-general] Re: Issue with accessing an Object in FireWatir

2010-05-17 Thread Betsy
Hi Angrez, The code provided works fine for me. But my issue still persists.. :( -Betsy Joy On May 17, 7:24 pm, Angrez Singh ang...@gmail.com wrote: Does the attached code works for you? - Angrez On Mon, May 17, 2010 at 7:50 PM, Wesley Chen cjq@gmail.com wrote: You have so much

[wtr-general] Issue with accessing an Object in FireWatir

2010-05-16 Thread Betsy
and performs the required action The same code ff.div(:class,'roomInfo').link(:text = 'Book').click works perfectly well with Watir. Can anyone shed some light on the possible reasons??? Waiting for a revert... -Betsy Joy -- Before posting, please read http://watir.com/support. In short: search

[wtr-general] Re: Modal Dialog Boxes and FireWatir

2010-05-14 Thread Betsy
over the internet? Regards, -Betsy Joy On May 13, 4:55 pm, Angrez Singh ang...@gmail.com wrote: Hi, Please find the latest gem attached for modal dialogs. Attached are some sample scripts for the same. Let me know if this works you. Files: firewatir-1.6.5.gem = latest gem. Download

[wtr-general] Re: Modal Dialog Boxes and FireWatir

2010-05-14 Thread Betsy
Though the script did perform the intended actions on the modal dialog box, it also returned the below error:- c:/ruby/lib/ruby/gems/1.8/gems/firewatir-1.6.5/lib/firewatir/ firefox.rb:319:in `close': undefined method `' for nil:NilClass (NoMethodError) from comments.rb:16 -Betsy Joy

[wtr-general] Re: Modal Dialog Boxes and FireWatir

2010-05-14 Thread Betsy
That should be good... So when are we looking at the next release? BTW what about the error:- c:/ruby/lib/ruby/gems/1.8/gems/firewatir-1.6.5/lib/firewatir/ firefox.rb:319:in `close': undefined method `' for nil:NilClass (NoMethodError) from comments.rb:16 ??? -Betsy Joy On May 14, 12

[wtr-general] Re: Watir/FireWatir and .text

2010-05-12 Thread Betsy
Hi All, At least let me know if it is possible or not... :( -Betsy Joy. On May 11, 1:22 pm, Betsy joybe...@gmail.com wrote: Hi All, Is there any way across Watir/FireWatir/Vapir to retrieve the same text across IE/FF??? Really looking forward to a positive answer. -Betsy Joy

[wtr-general] Re: Watir/FireWatir and .text

2010-05-12 Thread Betsy
Thanks.. :) At least now I can look out for alternatives... -Betsy Joy On May 12, 2:40 pm, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Tue, May 11, 2010 at 10:22 AM, Betsy joybe...@gmail.com wrote: Is there any way across Watir/FireWatir/Vapir to retrieve the same text across IE

[wtr-general] Re: Modal Dialog Boxes and FireWatir

2010-05-12 Thread Betsy
Tht's gr8 news!! -betsy joy On May 12, 5:02 pm, Angrez Singh ang...@gmail.com wrote: Found the solution to this. Working on getting it to FireWatir. May take day or two. Thanks for your patience. Regards, Angrez On Thu, Apr 29, 2010 at 7:07 AM, Lonny Eachus lon...@gmail.com wrote

[wtr-general] Watir/FireWatir and .text

2010-05-11 Thread Betsy
Hi All, Is there any way across Watir/FireWatir/Vapir to retrieve the same text across IE/FF??? Really looking forward to a positive answer. -Betsy Joy -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you

[wtr-general] Re: Fwd: [selenium-developers] Proposal for a Selenium StackExchange site

2010-05-10 Thread Betsy
Voted up... :) -Betsy Joy On May 6, 7:09 pm, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Tue, May 4, 2010 at 8:28 AM, Betsy joybe...@gmail.com wrote: Got confused with how to create new proposal.. :( Betsy, Thanks a lot for your effort. I think you have copied Selenium

[wtr-general] Re: Handling popups without using click_no_wait

2010-05-05 Thread Betsy
typing ruby -v on the command prompt gives us ruby version till say 1.8.6, but how do we check for 26/27? @Rats - You can probably try out Autoit to be able to handle popups without using click_no_wait. -Betsy Joy On May 6, 9:56 am, Rats crapats...@yahoo.com.au wrote: On May 6, 6:02 am, Etsap

[wtr-general] Re: `const_get': no such file to load -- safariwatir (MissingSourceFile) with FireWatir

2010-05-03 Thread Betsy
a lot for all the ideas. -Betsy Joy. On May 1, 9:54 pm, Pallavi Sharma write2pall...@gmail.com wrote: Thanks a lot for sharing this, this would help definitely. Regards Pallavi. On Sat, May 1, 2010 at 2:02 AM, joedio joe...@comcast.net wrote: Oops, The code for the display

[wtr-general] Re: Fwd: [selenium-developers] Proposal for a Selenium StackExchange site

2010-05-03 Thread Betsy
Surely interested in helping as much as I can... :) -Betsy Joy. On May 3, 2:49 pm, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Fri, Apr 30, 2010 at 12:52 PM, Betsy joybe...@gmail.com wrote: That is a really great thing to happen to Watir support as it will help both the sides

[wtr-general] FireWatir 1.6.5 and .attach

2010-04-30 Thread Betsy
. I checked it out on another system too. And it showed the same behavior. Any insights are welcome.. Thanks, Betsy Joy. -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to http

[wtr-general] Re: Fwd: [selenium-developers] Proposal for a Selenium StackExchange site

2010-04-30 Thread Betsy
That is a really great thing to happen to Watir support as it will help both the sides in finding out the relevant issues faster... Looking forward to it... -Betsy Joy On Apr 30, 3:18 pm, Željko Filipin zeljko.fili...@wa-research.ch wrote: What do you think about creating Watir Stack Exchange

[wtr-general] Re: Modal Dialog Boxes and FireWatir

2010-04-28 Thread Betsy
Thanks for responding... Shall surely wait for the Solution... :) -Betsy Joy. On Apr 28, 12:17 pm, Angrez Singh ang...@gmail.com wrote: Busy with office work. Will surely come with a solution .. patience is the key - Angrez On 4/27/10, Betsy joybe...@gmail.com wrote: Still waiting

[wtr-general] Re: Modal Dialog Boxes and FireWatir

2010-04-27 Thread Betsy
Still waiting for a way out!!! :( -Betsy Joy On Apr 26, 4:06 pm, Betsy joybe...@gmail.com wrote: Hi Angrez, The Function code that generates the modal dialog box is as below:- function putComments()         {                 var val=;                 // it does not allow to close

[wtr-general] Re: `const_get': no such file to load -- safariwatir (MissingSourceFile) with FireWatir

2010-04-26 Thread Betsy
as well. Need to check if there are any alternatives methods available to support modal dialog on Firefox browser. But to my not so pleasant surprise the modal dialog box on my application works perfectly well on mozilla too... What to do??? -Betsy Joy On Apr 22, 8:05 am, Betsy joybe

[wtr-general] Modal Dialog Boxes and FireWatir

2010-04-26 Thread Betsy
if there are any alternatives methods available to support modal dialog on Firefox browser. But to my not so pleasant surprise the modal dialog box on my application works perfectly well on mozilla too... What to do??? -Betsy Joy -- Before posting, please read http://watir.com/support. In short: search

[wtr-general] Re: Modal Dialog Boxes and FireWatir

2010-04-26 Thread Betsy
as the user clicks on Ok, the modal dialog shows up where the user has to type in some comments and click on save. This in turn initiates a simple OK popup. I need to attach to this modal dialog and perform the required actions as well as handle all the popups on the way... Thanks a lot.. -Betsy Joy

[wtr-general] Re: Any Known Issues with FireWatir 1.6.5

2010-04-23 Thread Betsy
? -Betsy Joy On Apr 22, 10:17 pm, Charley Baker charley.ba...@gmail.com wrote: enabled_popup is an IE specific method, so it's not defined in FireWatir. I'm not sure offhand if there's a specific way to query for dialogs, there likely is, I just haven't used it very much, maybe someone else can chime

[wtr-general] Re: Any Known Issues with FireWatir 1.6.5

2010-04-23 Thread Betsy
Thanks a lot for the info... :) -Betsy Joy On Apr 23, 12:44 pm, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Fri, Apr 23, 2010 at 9:29 AM, Betsy joybe...@gmail.com wrote: Is there a generic method of handling the JS popups for both IE and Firefox??? As far as I know

[wtr-general] Re: Any Known Issues with FireWatir 1.6.5

2010-04-22 Thread Betsy
is there a way to get the Pop up handler working for both watir and firewatir with a single word change??? Thanks, Betsy Joy. On Apr 21, 7:32 pm, Charley Baker charley.ba...@gmail.com wrote: You'll want to use one of these methods:http://wiki.openqa.org/display/WTR/Browser.new http://wiki.openqa.org

[wtr-general] Re: `const_get': no such file to load -- safariwatir (MissingSourceFile) with FireWatir

2010-04-21 Thread Betsy
Hi Zeljko, Still waiting for your response.. :( Thanks, Betsy Joy On Apr 13, 1:08 pm, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Tue, Apr 13, 2010 at 8:52 AM, Racheeta racheeta.gu...@gmail.com wrote: On using the statement $ie=FireWatir::Firefox.new twice, the first one gets

[wtr-general] Any Known Issues with FireWatir 1.6.5

2010-04-21 Thread Betsy
Can't seem to get to the reason. Thanks in advance, Betsy Joy. -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to http://groups.google.com/group/watir-general To post: watir-general

[wtr-general] Re: `const_get': no such file to load -- safariwatir (MissingSourceFile) with FireWatir

2010-04-21 Thread Betsy
/group/watir-general/browse_thread/thread/8851951a97eba0bb Would it be of any help according to you? -Betsy Joy. On Apr 21, 1:26 pm, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Wed, Apr 21, 2010 at 10:24 AM, Betsy joybe...@gmail.com wrote: Still waiting for your response.. :( You

[wtr-general] Re: `const_get': no such file to load -- safariwatir (MissingSourceFile) with FireWatir

2010-04-21 Thread Betsy
not perform any other action... -Betsy Joy On Apr 21, 2:51 pm, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Wed, Apr 21, 2010 at 11:35 AM, Betsy joybe...@gmail.com wrote: include FireWatir Remove this and let me know if there is any improvement. The problem with this issue

[wtr-general] Re: `const_get': no such file to load -- safariwatir (MissingSourceFile) with FireWatir

2010-04-14 Thread Betsy
Hi Zeljko, Even we found this scenario pretty odd. Since this does not happen all the time and hence is not exactly reproducible. Other details are:- ruby version - 1.8.6 OS and version - windows XP list of gems - watir, firewatir and selenium rubygems version - 1.6.2 Thanks, Betsy On Apr 13

[wtr-general] Re: Migration from 1.62 to 1.65 for Watir and FireWatir

2010-03-15 Thread Betsy
Thanks a lot for the info Zeljko... Can somebody throw some light on the FireWatir plugin too?? -Betsy Joy On Mar 15, 2:56 pm, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Mon, Mar 15, 2010 at 6:51 AM, Betsy joybe...@gmail.com wrote: We are planning a Migration from 1.62 to 1.65

[wtr-general] Re: Migration from 1.62 to 1.65 for Watir and FireWatir

2010-03-15 Thread Betsy
About migration to the Latest version of Firewatir. On Mar 15, 4:33 pm, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Mon, Mar 15, 2010 at 12:08 PM, Betsy joybe...@gmail.com wrote: Can somebody throw some light on the FireWatir plugin too?? What about it? Željko -- Before

[wtr-general] Migration from 1.62 to 1.65 for Watir and FireWatir

2010-03-14 Thread Betsy
Hi All, We are planning a Migration from 1.62 to 1.65 for Watir and FireWatir versions. Can anyone please highlight the known issues if any in doing so for both Watir and FireWatir? Thanks in advance. Betsy Joy. -- Before posting, please read http://watir.com/support. In short: search before

[wtr-general] Issue with the wrapper built around the .text method in Firewatir

2010-02-16 Thread Betsy
Hi all, We had tried to build a wrapper around the .text method in FireWatir as below:- #obj is the object we want to fetch the text of htmlIp= obj.html htmlbrs=htmlIp.split(br) textIp= obj.text finalstr= for i in 0..htmlbrs.length-1 #cleaning of tags tagCounter=0

[wtr-general] Re: Difference in behaviour of .text method in Watir and FireWatir.

2010-02-11 Thread Betsy
Thank you so much Ethan.. We would surely try and implement this snippet and get back in case we face any issues. Thanks again, Betsy Joy On Feb 10, 8:54 pm, Ethan notet...@gmail.com wrote: The difference between firefox and IE generally being on whitespace, you can match text by matching

[wtr-general] Re: Difference in behaviour of .text method in Watir and FireWatir.

2010-02-11 Thread Betsy
Hi Ethan, Tried to use element.text.match(/^New\s+Delhi\s+to\s+Mumbai$/) but it returned nil and so failed. Where do I look for the reason for the same? Thanks, Betsy Joy. On Feb 10, 8:54 pm, Ethan notet...@gmail.com wrote: The difference between firefox and IE generally being on whitespace

[wtr-general] Re: Difference in behaviour of .text method in Watir and FireWatir.

2010-02-10 Thread Betsy Joy
of introducing newline characters is limited to formatting tags or is it something deeper? This information will help us to decide if and how we could build the wrapper we require. Have a nice day !! Thanks and Regards, Betsy Joy. On 10 February 2010 13:30, Angrez Singh ang...@gmail.com wrote

[wtr-general] Difference in behaviour of .text method in Watir and FireWatir.

2010-02-09 Thread Betsy
is being introduced due to the presence of formatting tags and if so is it limited to Formatting tags only? Thanks in advance, Betsy Joy -- You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email to watir-general@googlegroups.com

[wtr-general] Re: .text method in Watir and FireWatir

2010-02-09 Thread Betsy
Hi Tiffany, Waiting for your response on the issue with the .text method. On Feb 8, 8:40 am, Betsy joybe...@gmail.com wrote: Hi Tiffany, Hope you have received the source code and other details as required. Kindly help us out with a resolution. Thanks in advance,BetsyJoy. On Feb 5, 9:14

[wtr-general] Re: .text method in Watir and FireWatir

2010-02-07 Thread Betsy
Hi Tiffany, Hope you have received the source code and other details as required. Kindly help us out with a resolution. Thanks in advance, Betsy Joy. On Feb 5, 9:14 am, Betsy joybe...@gmail.com wrote: Hi Tiffany, The source code is as below:- !doctype html public -//w3c//dtd html 4.0

[wtr-general] Re: How to find class property of an object in FireWatir?

2010-02-05 Thread Betsy
Thanks a lot Frank.. .class_name was the method I was looking for... On Feb 5, 1:16 pm, Frank Harper fhar...@greenliff.com wrote: I think you might be looking for .class_name. Frank Betsy wrote: Hi, How to find class property of an object in FireWatir? Tried using .invoke

[wtr-general] How to find class property of an object in FireWatir?

2010-02-04 Thread Betsy
Hi, How to find class property of an object in FireWatir? Tried using .invoke but returns nothing. Also tried using .to_s on the object itself but it does not return class property. Please suggest a way to fetch the class property. Betsy Joy. -- You received this message because you

[wtr-general] A way to identify the events to be fired on an object

2010-02-03 Thread Betsy
is being fired on the select list. One way to do this would be to check the html of the given object for events and fire them as necessary, but this would be a rather cumbersome way. Can anyone suggest a better way of retrieving the events associated with an object? Thanks, Betsy Joy. -- You received

[wtr-general] Re: Not able to access Dojo controls

2010-01-18 Thread Betsy
on this control. Thanks, Betsy Joy On Jan 18, 11:29 am, Ankur Gera ankurg...@gmail.com wrote: Hi Betsy,   Try to use the following code and let me know whether it works fine or not.     * ie.text_field(:xpath,//fo...@id='stockEnq_loadDetails']/inp...@name='input FromDate']).flash

[wtr-general] Re: Not able to access Dojo controls

2010-01-17 Thread Betsy
-research.ch wrote: On Thu, Jan 14, 2010 at 10:27 AM, Betsy joybe...@gmail.com wrote: We have certain Dojo controls in our application. It is an Input tag of dojo type. Please share relevant html. Željko -- You received this message because you are subscribed to the Google Groups Watir

[wtr-general] Not able to access Dojo controls

2010-01-14 Thread Betsy
?? Thanks, Betsy Joy -- You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email to watir-general@googlegroups.com Before posting, please read the following guidelines: http://wiki.openqa.org/display/WTR/Support To unsubscribe

[wtr-general] Automatic Updates of Mozilla Firefox

2010-01-05 Thread Betsy
if we try to turn off the Automatic updates of Firefox, it does update itself. How can we overcome this issue for the successful execution of the Test suite??? -Thanks Betsy Joy -- You received this message because you are subscribed to the Google Groups Watir General group. To post to this group

[wtr-general] Re: To fetch the style.DISPLAY property of an object

2009-10-08 Thread Betsy
In continuation to the previous mail vals is the array that I receive as properties. For eg:- if property is class vals[0] = class and if property is style.Display, vals [0]=style and vals[1]=DISPLAY etc. On Oct 8, 3:07 pm, Isabel joybe...@gmail.com wrote: Hi all, I could successfully

[wtr-general] Re: How to identify pop-up windows using watir tool

2009-10-06 Thread Betsy
Hi all, I tried using the script that has been put up by Ankur. It worked with a few changes though.. require 'watir' require 'win32ole' require 'rubygems' ai = WIN32OLE.new(AutoItX3.Control) ie=Watir::IE.new #Go to AutoIt website ie.goto(http://www.autoitscript.com/autoit3/downloads.shtml;)

[wtr-general] Re: Issue with a Calendar in a Div /Table Object

2009-09-30 Thread Betsy
Chose the Internet Explorer 6 agent. The links on this site do not work when opened on Mozilla and even after changing the User Agent, it isn't working. On Sep 30, 3:19 pm, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Wed, Sep 30, 2009 at 12:18 PM, Pallavi Sharma