[wtr-general] watir visible? returns false for visible element if parent is hidden

2013-02-18 Thread Andras Fuge
Hi, I've faced a problem for what I still haven't found a good solution. Watir's visible? method iterates up the DOM element tree and checks if any of the parent elements has visibility attribute set to hidden. If any of the parents is hidden then visible? returns false and that's it. In case

Re: [wtr-general] watir visible? returns false for visible element if parent is hidden

2013-02-18 Thread Željko Filipin
On Mon, Feb 18, 2013 at 1:06 AM, Andras Fuge andras.f...@gmail.com wrote: Is it a feature in Watir and I shall live with it or is there a nice workaround here? This is the same answer that I would give: I assume you are using watir-classic? Given that it seems to work properly in

[wtr-general] bluetooth_adapter_win.cc(23)] NOT IMPLEMENTED

2013-02-18 Thread Sohail Mirza
Hi, I would like to know the specific reason for the following error which comes when i execute the Watir Script *(Though script executed perfectly and gives the required output)* *[10152:11076:0218/180847:ERROR:master_preferences.cc(104)] Failed to read master* *_preferences file at C:\Program

Re: [wtr-general] bluetooth_adapter_win.cc(23)] NOT IMPLEMENTED

2013-02-18 Thread Željko Filipin
Please provide code that causes the error, and relevant html. Željko On Mon, Feb 18, 2013 at 6:12 AM, Sohail Mirza mrz...@gmail.com wrote: Hi, I would like to know the specific reason for the following error which comes when i execute the Watir Script *(Though script executed perfectly

RE: [wtr-general] bluetooth_adapter_win.cc(23)] NOT IMPLEMENTED

2013-02-18 Thread Al Snow
When I googled your error message (Falling back to default preferences.), I found this:http://stackoverflow.com/questions/14465670/failed-to-read-master-preferences-file-watir FYI,Al Snow Date: Mon, 18 Feb 2013 18:12:27 +0400 Subject: [wtr-general] bluetooth_adapter_win.cc(23)] NOT

Re: [wtr-general] watir visible? returns false for visible element if parent is hidden

2013-02-18 Thread Andras Fuge
Thanks Zeljko for the reply! Now after two of you developers advise the same I've opened this issue: https://github.com/watir/watir-classic/issues/52 Andras 2013. február 18., hétfő 12:51:29 UTC+1 időpontban Željko Filipin a következőt írta: On Mon, Feb 18, 2013 at 1:06 AM, Andras Fuge

[wtr-general] Segmentation fault

2013-02-18 Thread srinivasarao jyothi
Hi All, I getting the following error if i run the below mentioned code. Please can someone help me out. Code: class Openapplication FldrPaths def openApplication scriptCurrentgPath1= File.expand_path File.dirname(__FILE__) require scriptCurrentgPath1+'/LogScript.rb'