Re: [wtr-general] WATIR can be used for AngularJS?

2019-02-02 Thread rajagopalan madasami
Thank you, let me check that tomorrow. On Sun, 3 Feb, 2019, 12:21 AM 'John Fitisoff' via Watir General < watir-general@googlegroups.com wrote: > I wrote something with Angular in mind. Some sample tests for Google's > angular components are here: > > >

[wtr-general] Re: Is there an autogenerated method in page-object that tell if the element is present?

2019-02-02 Thread Justin Ko
Hi, 1. The monkey patch is redefining the method. Last definition wins. It is how Ruby is designed, nothing specific to Page-Object. A simpler isolated example: def a 'hi' end def a 'bye' end puts a #=> "bye" Notice that you can define the method twice, but when called, the last

Re: [wtr-general] WATIR can be used for AngularJS?

2019-02-02 Thread 'John Fitisoff' via Watir General
I wrote something with Angular in mind. Some sample tests for Google's angular components are here: https://github.com/jfitisoff/insite/blob/master/spec/material_angular_io_spec.rb And Google's showcase for those components are here (the tests utilize this site): https://material.angular.io I

Re: [wtr-general] Re: problem when locating the element

2019-02-02 Thread rajagopalanmadasami
Oh I could install the gem using the following command gem install ffmpeg-screenrecorder --pre On Saturday, 2 February 2019 03:02:21 UTC+5:30, Lakshya Kapoor wrote: > > Awesome! You can checkout some example code and a demo here - >

Re: [wtr-general] Re: problem when locating the element

2019-02-02 Thread rajagopalanmadasami
Hi when I try to install the gem `ffmpeg-screenrecorder` I got the following error. Anything should I need correct? Or gem name changed? C:\Users\rajagopalan.m>gem install ffmpeg-screenrecorder ERROR: Could not find a valid gem 'ffmpeg-screenrecorder' (>= 0) in any repository On Saturday, 2

Re: [wtr-general] Re: problem when locating the element

2019-02-02 Thread rajagopalanmadasami
Hi when I try to install the gem gem install ffmpeg-screenrecorder C:\Users\rajagopalan.m>gem install ffmpeg-screenrecorder ERROR: Could not find a valid gem 'ffmpeg-screenrecorder' (>= 0) in any repository ERROR: Possible alternatives: screen_recorder, message-recorder So should I have to

Re: [wtr-general] Re: problem when locating the element

2019-02-02 Thread rajagopalanmadasami
After I have installed the gem, I started running with require 'ffmpeg-screenrecorder' And it throws the following error C:\Ruby25\bin\ruby.exe Example.rb INFO: Could not find files for the given pattern(s). Traceback (most recent call last): 2: from Example.rb:12:in `' 1: