[wtr-general] Re: Compare HTML with HTML in a file

2011-04-06 Thread Dan Claudiu Pop
Hello, You can also use sanitize gem to remove html (https://github.com/ rgrove/sanitize) Can you post some snippets how you implemented this ? I would like to do something similar in my scripts. Best regards, Dan On Apr 5, 3:03 am, dt_nz david.tay...@sungard.com wrote: for anyone who

[wtr-general] Re: Compare HTML with HTML in a file

2011-04-06 Thread Dan Claudiu Pop
I'm sorry, ignore sanitize since you want to compare html. On Apr 6, 4:49 pm, Dan Claudiu Pop danclaudiu...@gmail.com wrote: Hello, You can also use sanitize gem to remove html (https://github.com/ rgrove/sanitize) Can you post some snippets how you implemented this ? I would like to do

[wtr-general] Simulate keystroke with watir-webdriver

2011-04-04 Thread Dan Claudiu Pop
Hello, Is there a way to simulate keystroke with watir-webdriver. I know that, recently Jarib pushed send_keys method. Does it simulate keystroke as well ? I've tried all kind of combinations, including ascii, but no success. browser.send_keys('{F11}') Thank you, Dan -- Before posting, please

[wtr-general] Re: Simulate keystroke with watir-webdriver

2011-04-04 Thread Dan Claudiu Pop
Thank you for your fast reply. Works just fine. Bookmarked the link as well. Dan On Apr 4, 9:53 pm, Jari Bakken jari.bak...@gmail.com wrote: On Mon, Apr 4, 2011 at 11:46 AM, Dan Claudiu Pop danclaudiu...@gmail.com wrote: Hello, Is there a way to simulate keystroke with watir-webdriver

[wtr-general] Re: viaqa Watir days

2011-03-01 Thread Dan Claudiu Pop
I would like to come. I'm from Romania and San Francisco is too far away from me but Zagreb sounds very good. Thank you, Dan -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir

[wtr-general] Re: Accessing file_field under div style

2011-02-14 Thread Dan Claudiu Pop
Unfortunately, i was not able to dig this out. I used also xpath with no success. In the end i opt out to use AutoIT. Thank you for your support, Dan On Feb 13, 6:35 pm, Jari Bakken jari.bak...@gmail.com wrote: On Mon, Feb 14, 2011 at 12:00 AM, Dave McNulla mcnu...@gmail.com wrote: I had

[wtr-general] Accessing file_field under div style

2011-02-11 Thread Dan Claudiu Pop
) with no success. Any suggestions ? Thanks, Dan -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir-general watir-general+unsubscr...@googlegroups.com

[wtr-general] Re: Accessing file_field under div style

2011-02-11 Thread Dan Claudiu Pop
.googleusercontent.com/_omaRUOygWDA/TVWZouBu0tI/AB8/8JTghBxfWas/Capture2.PNG Thanks, Dan -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir-general watir-general+unsubscr

[wtr-general] Re: Firewatir, JSSh, and Firefox 3.6.13?

2011-02-09 Thread Dan
Did you ever come up, or come across a permanent solution to this? The rescue works pretty well actually, but I'm assuming there's a more permanent fix. Thanks! -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com

[wtr-general] Store a constant globally / watir and cucumber

2011-01-28 Thread Dan Claudiu Pop
initialize a new session. Can you please guide me how can i store the value from activation_link stored in a previous session in order to access it again ? Or maybe a better approach Thank you, Dan -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice

[wtr-general] Re: Store a constant globally / watir and cucumber

2011-01-28 Thread Dan Claudiu Pop
I think i should use the same browser instance for each cucumber scenario instead launching a new browser for every scenario. On Jan 28, 11:09 am, Dan Claudiu Pop danclaudiu...@gmail.com wrote: Hello, Here is my scenario: * I'm using watir webdriver and cucumber After i create an account

[wtr-general] Access hidden div and attach activation link to url

2011-01-26 Thread Dan Claudiu Pop
/TT_xbrJ3F5I/ABo/BBPgAErbzwQ/Capture.PNG Now, i don't know how to store the value (activation link) and parse it to the url. Please give me some guidelines. Best, Dan -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general

[wtr-general] Re: Access hidden div and attach activation link to url

2011-01-26 Thread Dan Claudiu Pop
displays it like this input type=text value=/abc/index/validateuser/hash/ 6bcc00594df0e773ee19c996c7895c2b id=QALink and still not able to extract the value (used: browser.text_field(:id = QALink).text Dan -- Before posting, please read http://watir.com/support. In short: search before you ask

[wtr-general] Re: Access hidden div and attach activation link to url

2011-01-26 Thread Dan Claudiu Pop
It worked. Thank you for your responses. Have a great day. Dan On Jan 26, 3:17 pm, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Wed, Jan 26, 2011 at 2:10 PM, Dan Claudiu Pop danclaudiu...@gmail.com wrote: input type=text value=/abc/index/validateuser/hash

[wtr-general] Re: Watir and appscan

2011-01-19 Thread Dan
Yes, but the point is that, instead of having someone sit there and navigate to all of the screens manually we wanted to see if it was possible for appscan to watch Watir navigating through all of the pages. -- Before posting, please read http://watir.com/support. In short: search before you

[wtr-general] Watir and appscan

2010-12-29 Thread Dan
Good Morning. Anyone used Watir with appscan? Basically, for those who don't know Appscan is a tool by IBM that scans a site for vulnerabilities. You basically have to record navigation to every screen using the tool. Seems like a great candidate for using some existing automation, but the

[wtr-general] Re: Excel interface class - does excel actually need to be installed

2010-11-23 Thread Dan
Thanks! I found roo to be kind of a pain to work with, so I ended up just storing the data in xml files. Dan On Nov 18, 4:04 am, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Wed, Nov 17, 2010 at 11:10 PM, Dan dfra...@gmail.com wrote: Hello!  This may be a silly question, but does

[wtr-general] Excel interface class - does excel actually need to be installed

2010-11-17 Thread Dan
Hello! This may be a silly question, but does excel actually need to be installed on the machine to be able to read from an excel file with the Excel interface class? Chances are the machines that will be running my scripts won't have Excel installed. -- Before posting, please read

[wtr-general] Re: Access area element after search results

2010-11-15 Thread Dan Claudiu Pop
Unfortunately, none of them works. They don't trigger any event inside Scite. I also inserted some sleep before this request, maybe the page was not loading all the divs, but that also had no effect. Thank you Željko for your fast reply. Dan On Nov 15, 5:47 pm, Željko Filipin zeljko.fili...@wa

[wtr-general] Re: Access area element after search results

2010-11-15 Thread Dan Claudiu Pop
tried with fire_event, but none of them worked. I'm probably missing something. O will keep digging and if i will find the solution i will post here. Thanks On Nov 15, 6:09 pm, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Mon, Nov 15, 2010 at 5:06 PM, Dan Claudiu Pop danclaudiu

[wtr-general] Failed to revoke program remotely from Linux

2009-04-08 Thread Dan
I developed the program on Windows platform, for our project only support IE. The program works fine on Windows platform. Because other test cases are on Linux platform, we want to integrate all the test cases on the same platform. I need to revoke the program from Linux remotely, and I install

<    1   2   3