[wtr-general] Re: [Watir] Watir as s master diploma key tool

2011-10-27 Thread Dmitri Karusar
Watir unit tests or watirspec could be a good choice. Hi, already using watir with 'test/unit' on daily work process. I was asking for some web page, that will be comfortable to automate, meaning elements can be inspected(id, label,text) University's own website? It's only informative, nothing

Re: [wtr-general] Re: [Watir] Watir as s master diploma key tool

2011-10-27 Thread Željko Filipin
On Thu, Oct 27, 2011 at 8:14 AM, Dmitri Karusar flysteppe...@gmail.com wrote: I was asking for some web page, that will be comfortable to automate, meaning elements can be inspected(id, label,text) I guess I was not clear enough. Both watir unit tests and watirspec contain a lot of web pages.

Re: [wtr-general] watir-webdriver + protected mode in XP-IE8

2011-10-27 Thread Željko Filipin
On Tue, Oct 18, 2011 at 7:45 PM, RJ rj412@gmail.com wrote: Protected Mode must be set to the same value (enabled or disabled) for all zones. but this feature is not available on XP-IE8. What to do. Really, there is no enable protected mode checkbox in IE8. Just checked. Solutions: 1)

Re: [wtr-general] watir-webdriver + protected mode in XP-IE8

2011-10-27 Thread Željko Filipin
On Thu, Oct 27, 2011 at 1:52 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: Really, there is no enable protected mode checkbox in IE8. Just checked. I have just checked, and that option is there only in IE9. It is not it IE 6, 7 and 8. I am not sure why did you get that error message

[wtr-general] Re: Watir as s master diploma key tool

2011-10-27 Thread Chuck van der Linden
On Oct 26, 11:14 pm, Dmitri Karusar flysteppe...@gmail.com wrote: Watir unit tests or watirspec could be a good choice. Hi, already using watir with 'test/unit' on daily work process. I was asking for some web page, that will be comfortable to automate, meaning elements can be inspected(id,

[wtr-general] Re: watir-webdriver + protected mode in XP-IE8

2011-10-27 Thread Chuck van der Linden
On Oct 27, 4:59 am, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Thu, Oct 27, 2011 at 1:52 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: Really, there is no enable protected mode checkbox in IE8. Just checked. I have just checked, and that option is there only in IE9.

[wtr-general] Re: Get machine name for MAC

2011-10-27 Thread Dan
I've had pretty good luck with this below. Although you do need to make some decisions based on what os you're using which has been mentioned in some other posts here. https://github.com/djberg96/sys-uname -- Before posting, please read http://watir.com/support. In short: search before you