Debugging login
This commit is contained in:
		@@ -91,8 +91,8 @@ public class BasicTest  {
 | 
			
		||||
                body = driver.getPageSource();
 | 
			
		||||
                System.out.println("HTML: " + body);
 | 
			
		||||
 | 
			
		||||
		String versionInfo = driver.findElement(By.xpath("//table[0]/tbody/tr/td/b")).getText();
 | 
			
		||||
		String userInfo = driver.findElement(By.xpath("//table/tr/td[2]")).getText();
 | 
			
		||||
		String versionInfo = driver.findElement(By.xpath("//table[1]/tbody/tr/td[1]/b")).getText();
 | 
			
		||||
		String userInfo = driver.findElement(By.xpath("//table[1]/tr/td[3]")).getText();
 | 
			
		||||
                System.out.println("Version info found: " + versionInfo);
 | 
			
		||||
                System.out.println("User info found: " + userInfo);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user