Anil Kumar Reddy Gaddam
Anil Kumar Reddy Gaddam
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#reporting-new-issues). ### WebdriverIO Version latest ### Node.js Version latest ### Mode WDIO...
Hi, I am using seleniumbase to automate our applications and it is very useful but i came across a scenario where i need to chain elements to click on element....
Hi @cheezy Currently in the methods if we have please waits & conditions likes if, else etc. I am unable to use data magic. Say if I have methods that...
While am using the wait conditions in the pageobject am getting the following error. Can any one resolve this issue. ```ruby 19-08-16 08:23:42 WARN Selenium [DEPRECATION] Selenium::WebDriver::Error::ElementNotVisibleError is deprecated. Use...
Hi, I am getting this error [#744](https://github.com/cucumber/cucumber-ruby/issues/744) while executing watir-cucumber scripts using cucumber 2.0 beta 3 in windows. I have raised a defect in cucumber issue tracker. But it is...
I am getting the below error when trying to capture screenshots of elements C:/Ruby200/lib/ruby/gems/2.0.0/gems/chunky_png-1.3.1/lib/chunky_png/canvas/opera tions.rb:175:in `crop!': Original image height is too small! (ChunkyPNG::OutOfBo unds) from C:/Ruby200/lib/ruby/gems/2.0.0/gems/watir-extensions-element-screen shot-0.0.2/lib/watir/extensions/element/screenshot.rb:11:in`screenshot' from angular_test.rb:15:in `'
Hi, While highlighting an element am getting the following exception could you please look into it. Using the following code for highlighting. Let me know if you need more info....