タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

Pythonとfirefoxに関するheavenshellのブックマーク (2)

  • Firefoxで開いているサイトの情報をCLIで得る

    Firefoxで開いているサイトの情報を外から得る Firefox で開いているページの URL とタイトルを CLI から取得する方法. Firefox には mozrepl という,ブラウザがサーバーとして振る舞うようになり,ブラウザ外から文字列によるブラウザ操作を受けつけるアドオンがあったが,Firefox55 から内部構造の変更により動かなくなってしまった. 一方,いつからか Firefox には Marionette という,ブラウザがサーバーとして振る舞うようになり,ブラウザ外から文字列によるブラウザ操作を受けつける機能が標準で組込まれるようになった. 私は mozrepl を使って Firefox で開いているページの URL とタイトルを CLI で取得していたが,新しい Firefox では利用できないため,今回 Marionette を使い同様なことができるようにする.

    Firefoxで開いているサイトの情報をCLIで得る
  • Mozilla Services Documentation — Mozilla Services

    Mozilla Services Documentation¶ Welcome to the Mozilla Services Documentation front page. This site contains technical information about the services and products provided by the Mozilla Services Team. Right now that means Firefox Sync. (There were additional services documented here in the past, but they’ve been reprecated). To contribute to this site, see About this Website. How To…¶

    heavenshell
    heavenshell 2014/06/11
    "Run your own Sync-1.5 Server"
  • 1