Re: [wtr-general] Re: New warning is showing up now

2019-05-10 Thread rajagopalan madasami
Thank you, I also located that error.rb file directly and commented that error from DEPRECATED_ERRORS = { IndexOutOfBoundsError: nil, NoCollectionError: nil, NoStringError: nil, NoStringLengthError: nil, NoStringWrapperError: nil, NoSuchDriverError: nil, ElementNotVisibleError:

[wtr-general] Re: New warning is showing up now

2019-05-10 Thread rajagopalan madasami
here anyway I can uncomment this? where should I do? On Friday, 3 May 2019 00:37:03 UTC+5:30, jkot...@gmail.com wrote: > > I believe this pull request will address this - > https://github.com/watir/watir/pull/867/files > > Justin > > On Thursday, May 2, 2019 at 5:53:55 AM UTC-4,

Re: [wtr-general] Re: New warning is showing up now

2019-05-10 Thread rajagopalan madasami
I meant to ask how can I comment that one? On Fri, 3 May, 2019, 12:37 AM , wrote: > I believe this pull request will address this - > https://github.com/watir/watir/pull/867/files > > Justin > > On Thursday, May 2, 2019 at 5:53:55 AM UTC-4, rajagopal...@gmail.com > wrote: >> >> Hi, >> >> I am

Re: [wtr-general] Re: New warning is showing up now

2019-05-10 Thread Justin Ko
It does not look like Selenium-WebDriver provides a mechanism for ignoring specific deprecations. You will have to monkey-patch the error away: require 'selenium-webdriver' module Selenium module WebDriver module Error # rubocop:disable Metrics/ModuleLength def