Цель

Оставить комментарий к статье от гостевого пользователя.

Дополнительное задание — оставить комментарий от выполнившего аутентификацию пользователя.

Полный сценарий работы:

Способы получения значений полей

Чтобы успешно опубликовать комментарий, нужно извлечь с формы csrf-токены, токены аутентификации, идентификатор статьи и многие другие поля.
Для извлечения токенов и других полей рекомендуется использовать следующие способы:

  • jquery/css — селектор
  • регулярные выражения
  • xpath-селектор

Инструкции и подсказки

Пример статьи # 11: 20 комментариев

  1. ABC ALGOL is an extension of the Algol 60 programming language with arbitrary data structures and user-defined operators, targeted for symbolic mathematics. Despite its advances, it was never used as widely as Algol proper.

    Нравится

  2. The A-0 system (Arithmetic Language version 0), written by Grace Murray Hopper in 1951 and 1952 for the UNIVAC I, was an early compiler related tool developed for electronic computers. The A-0 functioned more as a loader or linker than the modern notion of a compiler. A program was specified as a sequence of subroutines and arguments. The subroutines were identified by a numeric code and the arguments to the subroutines were written directly after each subroutine code. The A-0 system converted the specification into machine code that could be fed into the computer a second time to execute the said program.The A-0 system was followed by the A-1, A-2, A-3 (released as ARITH-MATIC), AT-3 (released as MATH-MATIC) and B-0 (released as FLOW-MATIC).The A-2 system was developed at the UNIVAC division of Remington Rand in 1953 and released to customers by the end of that year. Customers were provided the source code for A-2 and invited to send their improvements back to UNIVAC. Thus A-2 was an early example of free and open-source software.

    Нравится

Оставьте комментарий