Answer the question
In order to leave comments, you need to log in
Is Selenium suitable for authorization..?
There is a project in PHP, I used cURL and I wanted to do authorization on one of the large sites, but the problem is that when you go to the authorization page, the site does a lot of things - one of the key ones - it uses javascripts that generate unique links for each login, through cURL I get JS scripts which, as you probably understand, do not generate anything, since the curl does not know how to do this.
What I want to understand for myself:
1) Is Selenium suitable for my task? Can he execute javascripts?
2) How to use Selenium with php? I mean this - There is a code in php:
public function Request ()
{
// 1 -тут я делаю какие-то задачи...
// 2 -а тут я должен делать запрос к сайту, на котором я должен авторизоваться и вытащить некоторые данные... могу ли я как-то отсюда вызвать функцию чтобы Selenium выполнил какие-то запросы (сделаю отдельную ф-цию допустим).
// 3 - далее эта ф-ция чтобы вернула результат (например вытащить что-то с сайта).
// 4 - вот тут я уже обрабатывал этот результат.
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question