Anil Kumar Reddy Gaddam
Anil Kumar Reddy Gaddam
below is the html and added a code for the selecting list of 116 **HTML:** ```html 82110116120125134143158 2.462.752.973.043.133.273.323.413.493.67 2.762.762.982.983.053.053.333.333.423.42 ViewMap Submit Cancel ``` **CODE:** ```js public get selectWeight ()...
@mayankshukla94 I have tried just now but it is not selecting please check again carefully.
@mayankshukla94 still issue is there
@mdmintz It is now click on the element i needed after clicking on element am getting `StaleElementReferenceException` at if condition above `if (Utils.get_difference(etcs[i].text, etcs[i+1].text) >= 12):` Is there any alternative...
I cannot use direct selector as I need to iterate through each element and get difference of time in `hrs` and if is `>=12` then i need to click on...
@vuhi and @rahulkedia1409 You can maintain multiple scenarios in one file and can run multiple scenarios at once or run each scenarios at once. Here, to run multiple you just...
@souravpattnaik431 add this dependency to the pom file and check. ```java org.freemarker freemarker 2.3.31 ```
@jkotests I am getting these warnings as well it is in pageobject. ```ruby 2019-09-23 01:27:54 WARN Watir ["visible_element"] #visible? behavior will be changing slightly, consider switching to #present? (more details:...
This one as well. ```ruby 2019-09-23 01:42:51 WARN Watir [DEPRECATION] ["stale_present"] Checking `#present? == false` to determine a stale element is deprecated. Use `#stale? == true` instead; see explanation for...
Am trying to find similar example which I got in the project. I will post it once I find it.