Boaz Warshawsky
Boaz Warshawsky
@licanhua @DHowett I can help you guys to reproduce the problem in debug mode (if you have issue in that), you can contact me on email: [email protected] thanks.
Did anyone solve this issue? I am not getting the screen elements of the presented screen
@anunay1 do you mind checking this ticket? Many Thanks!
When I reaches the webdriver lib it's: ``` return self.execute(RemoteCommand.FIND_ELEMENT, {'using': by, 'value': value})['value'] ``` while by is `name` and value is `System`
Or in other words its ``` self.driver_.find_element(By.NAME, 'System') ```
@anunay1 I tried deleting the `PyCharm` `.idea` files, tried running the script from CLI but nothing helped, I currently have only 1 python version installed on my computer.
Sure thx: https://stanleyblackanddecker.zoom.us/j/93295646663
Hi @anunay1 , After downgrading to selenium 3.141.0 and reinstalling `Python-Appium-Client` version 2.1.4, I started getting this error: `'WebDriver' object has no attribute 'w3c'` I cannot find any place on...
@anunay1 I tried both `true` and `false`, it did not help.
When forceMjsonwp is `true`: ``` {"capabilities": {"alwaysMatch": {"appium:app": "C:\\AeroScoutEngineManager\\bin\\Rte\\EngineManager.exe", "appium:winAppDriverHost": "127.0.0.1:4723", "platformName": "Windows", "appium:platformVersion": "10", "appium:automationName": "Windows", "appium:forceMjsonwp": true, "appium:appArguments": "ShellLayout.xml ShellCnf.xml", "appium:appWorkingDir": "c:\\AeroScoutEngineManager\\bin\\Rte"}, "firstMatch": [{}]}, "desiredCapabilities": {"app": "C:\\AeroScoutEngineManager\\bin\\Rte\\EngineManager.exe", "winAppDriverHost":...