Rakesh Dangi

Results 25 comments of Rakesh Dangi

Hi @DiegoSalazar , send keys is available but VIA element i.e webElement.sendKeys(testdata);, therefore craete an element where you want to type and then search the element and type on it,

Hi @AnatolyRyzhakov , Win app driver does not support direct element image capture, therefore what we do is we capture the whole screen shot and then we crop out the...

yes there is a Work Around to this, as actions has been deprecated and you cant you them anymore, here is how I am using them: package com.desktop.automation.utils; import java.io.IOException;...

findElements will return a list of all matching elements, findElement will return a single element, These is not same as list items.

Hi @Twindgor, I think you are using win app driver 1.2.99 which is latest but it is not supported by appium to use due to w3 standards, either move to...

@Twindgor If you want to use appium then you have to install node then npm on your pc and then appium and windows automation driver, and then launch appium at...

SikuliX is just an image automation framework it is not as good as selenium and you can only verify things based on images, most people dont prefer this. If you...

setup a vm and inside the vm run your test, there is no other way to free machine.

refresh inspect and then try to find it again, also Is it inside some application or a type of prompt?