Skip to content

Instantly share code, notes, and snippets.

View ammar0466's full-sized avatar

Ammar Ibrahim ammar0466

  • ammar0466 @ gmail . com
  • Malaysia
  • 07:02 (UTC +08:00)
View GitHub Profile
<tr>
<td align='right'>PHONE :</td>
<td><b>518878943</b></td>
</tr>
how to select another td:
soup.find("td", text="PHONE :").find_next_sibling("td").text
@ammar0466
ammar0466 / index.php
Created April 8, 2017 03:34 — forked from anonymous/index.php
Polish My Skill - Upload File (1 Apr )
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Polish My Skills with Bootstrap-JQuery</title>
<link rel="stylesheet" href="css/bootstrap.css">
</head>
<body>
@ammar0466
ammar0466 / AddMeFastExample.java
Created April 5, 2016 16:32 — forked from ikstob/AddMeFastExample.java
Example of using Selenium from Java
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
import org.openqa.selenium.By;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.openqa.selenium.support.ui.ExpectedCondition;