필터 지우기
필터 지우기

getting data from uncertified HTTPS webpage

조회 수: 1 (최근 30일)
Dvir Haberman
Dvir Haberman 2019년 4월 30일
Hello,
I am writing a MATLAB program to automatically check a web app.
To do this I will control the mouse and make it move around and click certain buttons.
Yet, because the position of the each button might change I want to, before moving the mouse, to get the positions of the objects and then move the mouse to the chosen object position.
The webpage I am trying to access is HTTPS and it does not have a certificate so when using:
webread('thewebpageurl')
I am getting an error that the verification failed.
Can I somehow overtake the verification process and get the webpage data?

답변 (0개)

카테고리

Help CenterFile Exchange에서 App Building에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by