[2023] Part 13: First Test Case With Appium Python | Mobile Automation Testing With Python

preview_player
Показать описание
👉Check Out Our Other Playlist As well:

------ Mobile App Automation -------
_______________ Database Automation____________________
_______________ Frameworks____________________
___________________ API Automation __________________
______________ Programing Language _____________________
____________ Performances Testing ____________________
____________ Git and GitHub ______________________________

______________Manual Testing _____________________

_______________Automation Testing ___________________
_________________ Beginner Jenkins _____________________

Every LIKE & SUBSCRIPTION gives me great motivation to keep working for you

Thanks,
Lokesh Gorantla
Рекомендации по теме
Комментарии
Автор

Hi Lokesh, I have a problem in the appium inspector,
In appium inspector, The Refresh Resourse is not working, It didn't change the screen.

aravindvenkatesan
Автор

Hi sir i am confused which tool i use team leader sayd me choose best tool to start automation for our app.

gcnbvqp
Автор

hi. i tried do like you but i have this error can you help me plz : An element could not be located on the page using the given search parameters
appium sever got 404 error and Pycharm sho this error
i searched a lot, and use driver.implicitly_wait(30) but it didn work unfortunately
its very important for me thank you

reyhanehrezaie
Автор

Hi sir i have 1 error no connection made becose the target machine actively refused it

eniislive
Автор

I am getting this error while doing the same process as the video. Please help me out
Error is " driver = webdriver.Remote(server_address, options=AppiumOptions.load_capabilities(desired_caps))
TypeError: missing 1 required positional argument: 'caps'"

SadikshyaBhusal-wtld
Автор

I am getting error as webdriver as no attributes

Are you using appium 2+ right?

manigandanashwin
Автор

when i run my py script it says An error occurred: Message: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to the remote server. Original error: socket hang up
Stacktrace:
UnknownError: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to the remote server. Original error: socket hang up whyyy

yozlmxo
Автор

hello sir, i am trying to run the same code but i am getting this error continuosly can you
please help what this error related to

driver = webdriver.Remote(url,
TypeError: load_capabilities() missing 1 required positional argument: 'caps'

pratikpatil
Автор

Hi Lokesh, why me error this line
driver = webdriver.Remote(url,

mefdqur
Автор

Issue facing


line 192, in __init__
capabilities = options.to_capabilities()

AttributeError: 'NoneType' object has no attribute 'to_capabilities'

ngcbfym